搜索资源列表
suffix
- 倍增算法实现后缀数组,在字符串处理当中,后缀树和后缀数组都是非常有力的工具,其中后缀树大家了解得比较多,关于后缀数组则很少见于国内的资料。-suffix array
suffixarray
- acm竞赛代码资料 构造后缀数据程序及其几个应用-acm contest code suffix data process data structure and its several applications
suffixtree
- suffix tree and related documents
suffixarray
- 本文中笔者想介绍一下后缀数组的基本概念、构造方法,以及配合后缀数组的最长公共前缀数组的构造方法,最后结合一些例子谈谈后缀数组的应用-In this article I want to tell us about the basic concept of suffix array, construction methods, and the suffix array with the longest prefix of an array of public constructor, and fin
suffixtree
- this is an implement of suffix tree in java which is used as search in dectionary
lecture11.pdf.tar
- This is a lecture about suffix array...Hope it helps-This is a lecture about suffix array...Hope it helps...
SUFFIX_ARRAY
- 后缀数组的一个C++实现,在字符串统计中有很大作用。-Suffix array of a C++ implementation, plays a significant role in statistics in the string.
SuffixTree
- 重要算法后缀树的实现,非常实用-Important algorithm for the realization of the suffix tree
Array-Suffix-0.5.tar
- Suffix Arrays for Searching:implementation
suffix_Array
- Suffix Array implementation for searching
sary-1.2.0.tar
- suffix array library
sufary-2.3.8.tar
- suffix array library with perl and ruby bindings
Suffix
- 数据结构中的后缀算术表达式计算。方便学习数据结构的人。-The suffix data structure calculation of the arithmetic expression. Data structure to facilitate learning of the people.
suffix_Tree
- 后缀树构造程序,输入字符串,产生该字符串的后缀树结构-Suffix tree construction process, input string, resulting in the string suffix tree structure
suffix-array
- A simple to code implementation of suffix array. Complexity : Nlog^2N
suffix
- 实现中缀表达式到后缀表达式的转换,并求值-Midfix turn to suffix and solve it
suffix-tree
- Suffix tree implementation in Java
SA-LCP
- This code shows you how to create a suffix array and how to use RMQ algorithm to get two suffix s longest common prefix.
sa5
- suffix array程序,dev c++编译环境,处理字符串很好的一个数据结构-suffix array
Suffix-expression
- 输入任意表达式,自动将其转化为相应的后缀表达式-Input any expression, automatically converted to their corresponding suffix expression
