搜索资源列表
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.
rabin-karp
- rabin karp algorithm for pattern matching
testkr
- Karp Rabin , Some algorithm in Information Retrieval. Visual C++.NET 2003
Hopcroft--Karp
- Hopcroft--Karp算法,该算法能求二分图最大匹配-Hopcroft- Karp algorithm that can find the maximum matching bipartite graph
karp-rbin
- 一个简单的karp rabin 算法,可以实现karp rabin算法的一个实例-Karp rabin a simple algorithm that can achieve an instance karp rabin Algorithm
Rabin_Karp_Algorithm
- Rabin Karp String searching algorithm
main
- SAP算法:求最大流有一种经典的算法,就是每次找增广路时用BFS找,保证找到的增广路是弧数最少的,也就是所谓的Edmonds-Karp算法。- SAP algorithm for the maximum flow is a classical algorithm, is each for augmenting path with BFS can guarantee the augmented way to find the minimum number of arcs, which i
main
- Dinic算法。这种算法相比Edmond-Karp算法,更加快速,更加常用。-Dinic algorithm. Compared with the Edmond-Karp algorithm, this algorithm is faster and more common.