搜索资源列表
rk_str
- RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
Rabin-Karp
- 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
rk
- Rabin-Karp algorithm
AlgoritmRabina_Karpa
- The Rabin–Karp algorithm is a string searching algorithm created by Michael O. Rabin and Richard M. Karp in 1987 that uses hashing to find any one of a set of pattern strings in a text. For text of length n and p patterns of combined length m, its av
RABIN-KARP
- Faster string matching using Rabin-Karp algorithm
connectivity
- 使用C++实现的一个计算图的连通度的程序 该算法使用Edmonds-Karp算法,基于网络流的计算而成。-this program is implemented by c++ and it is for the calculation of Graph Connectivity Degree,it uses Edmonds-Karp algorithm,which is famous for calculating network flow.
rabin_karp
- An implementation of the Rabin Karp Algorithm to find the longest common sub-sequence between to strings in C.
Edmonds-Karp
- Edmonds-Karp Algorithm for flow problem
KMP
- Karbin Karp and KMP algorithms -Karbin Karp and KMP algorithms ....
rabin-karp
- fingerprints rabin karp algorithm
EDMONDSKARP_2
- Edmonds Karp Algorithm for Maximum Flow