文件名称:算法库:用于编程竞赛的Algoritym库(C ++ 14)
文件大小:32KB
文件格式:ZIP
更新时间:2024-03-07 15:58:44
C++
CPP中的算法库 ?何? 竞技プログラミンミ使うアルゴリズムとデータ构造のうち,実装が重い等の理由で,个人的に残しておきたいものをこのRepositoryに放置いています。 ータ构造 BIT(二叉索引树) セグメント木(Segment-Tree) 范围最小查询用 抽象化 素集合データ构造(Union-Find Tree) トライ木(Trie-Tree) グラフ系 単一始点最短路(Bellman-Ford) 全点対间最短路(Warshall-Floyd) 最小全域木(Kruskal) 最小全域木(Prim) 最小共通祖先(最低共同祖先) トポロカカルソート(拓扑排序) 数学系 ratラトステネスの筛(Eratosthenes) 最大公约数(Greatest-Common-Divisor)/最小公倍数(Least-Common-Multiple) 文字列検索 最长共通接头辞(Z-Algori
【文件预览】:
algorithm-library-master
----README_OMAKE.md(1KB)
----library()
--------my_tool()
--------old()
--------graph()
--------my_template.cpp(2KB)
--------math()
--------other()
--------string()
--------cpp_cheat_sheet.md(7KB)
--------data_structure()
----.gitignore(96B)
----README.md(1KB)
----.vscode()
--------launch.json(1KB)
--------settings.json(2KB)
--------tasks.json(885B)
--------c_cpp_properties.json(361B)