搜索资源列表
rk_str
- RK算法:Rabin Karp string search algorithm,一种高效的字符串搜索算法-RK algorithm : Rabin Karp string search algorithm, An Efficient Algorithm String Search
StreamEdmondsKarp.rar
- 最大网络流问题 一个Edmonds-Karp算法,也就是广搜增广路径,用了16MS,A maximum network flow problem Edmonds-Karp algorithm, which is widely found augmented path, with a 16ms
Rabin-Karp
- 字符串模式匹配的RK算法,其中的滚动哈希很有价值-RK string pattern matching algorithm, in which the rolling hash valuable
gpsr
- GPSR code for NS2 version 2.26 or later Note: this implementation of GPSR is different from its original version wich implemented by Brad Karp, Harvard Univ. 1999 It is not guaranteed precise implementation of the GPSR design-
edmonds_karp.rar
- 最大流实现程序,很好用,希望和大家分享~~,To achieve maximum flow process, very good, and would like to share ~ ~
DSDesign
- 实现并对比三种基本字符串匹配算法(朴素算法,Rabin-Karp算法,KMP),并给出动态演示结果~-And contrast to achieve three basic string-matching algorithm (simple algorithm, Rabin-Karp algorithm, KMP), and gives the results of the dynamic presentation ~
Edmonds-Karp
- Edmonds-karp algorithm - A C++ program which returns the largest flow and flow through each edge.-Edmonds-karp algorithm- A C++ program which returns the largest flow and flow through each edge.
Edmondskarp
- 网络流的Edomonds Karp算法的C++实现-Edomonds Karp algorithms
rk
- Rabin-Karp algorithm
string.tar
- 数据结构课程设计--实现并对比三种基本的字符串匹配算法-EasyMatch Rabin—Karp KMP
bipartite_graph_maximum_matching
- 三种二项图最大匹配算法.包括使用广度优先搜索以及深度优先搜索的匈牙利算法,以及Hopcroft-Karp算法。-Three of bipartite graph maximum matching algorithms. Including 1.Hungarian with DFS 2.Hungarian with BFS 3.Hopcroft-Karp algorithm
KARP_RAB
- karp rabbin searching algorithm
karp
- Karp Rabin Algorithm, searching pattern from some string that match tha patern to sthe string until they found the true path-Karp Rabin Algorithm, searching pattern from some string that match tha patern to sthe string until they found the true path.
10
- This source code contains: -BFS algorithm on a graph -Edmonds Karp algorithm on a graph -minimal cut on a graph -disjunct paths in a graph.
rabin-karp
- rabin karp algorithm for pattern matching
RABIN-KARP
- Faster string matching using Rabin-Karp algorithm
Edmonds-Karp
- Edmonds-Karp Algorithm for flow problem
Hopcroft--Karp
- Hopcroft--Karp算法,该算法能求二分图最大匹配-Hopcroft- Karp algorithm that can find the maximum matching bipartite graph
rabin-karp
- fingerprints rabin karp algorithm
karp-rbin
- 一个简单的karp rabin 算法,可以实现karp rabin算法的一个实例-Karp rabin a simple algorithm that can achieve an instance karp rabin Algorithm