文件名称:Algorithms:算法参考。 ACM ICPC 编程竞赛的实现
文件大小:236KB
文件格式:ZIP
更新时间:2024-07-15 04:58:09
C++
算法 算法参考。 ACM ICPC 编程竞赛的实现。 主要用于图形、字符串、几何、数论等。
【文件预览】:
Algorithms-master
----max-flow()
--------solution.cpp(2KB)
--------min-cost-max-flow.cpp(2KB)
--------Makefile(162B)
----2sat()
--------2sat.cpp(3KB)
----tests()
--------max-flow-wiki.txt(52B)
--------dijkstra-wiki.txt(94B)
--------kruskal-wiki.txt(73B)
----src()
--------default.cpp(325B)
--------primetest.cpp(1KB)
--------kmpstring.cpp(791B)
--------prime-sieve.cpp(334B)
--------.vimrc(553B)
--------dijkstra.cpp(843B)
--------binary-indexed-tree.cpp(2KB)
--------tarjan.cpp(1KB)
--------big_integer.cpp(10KB)
--------bfs.cpp(937B)
--------kruskal.cpp(1KB)
--------geometry.cpp(8KB)
--------bellman-ford.cpp(850B)
--------trie.cpp(879B)
--------cycle-detection.cpp(517B)
--------levenshtein.cpp(713B)
--------floyd-warshall.cpp(297B)
--------longest-common-subsequence.cpp(982B)
----.gitignore(118B)
----Printable()
--------TCR.odt(52KB)
--------TCR.pdf(186KB)
----README.md(155B)