Skip to content

Bininary/Algorithms

Repository files navigation

Algorithms

这里有各种算法的C++代码,任何人可以在自己的任何程序中使用,欢迎大家指出代码中的错误以及有待改进的地方。

Index

Contents FileName(.cpp)
广度优先搜索 Breadth-First-Search
深度优先搜索 Depth-First-Search
并查集 Disjoint-Set-Union
字符串匹配(KMP) Knuth-Morris-Pratt
最小公共祖先(Tarjan) Least-Common-Ancestor(Tarjan)
归并排序 Merge-Sort
最小堆 Min-Heap
快速排序 Quick-Sort

About

全面的算法代码仓库

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%