Olivier Marty 978283f42c Add BitSet.del %!s(int64=8) %!d(string=hai) anos
..
2SAT.cpp b85e595190 add Shendan's codes %!s(int64=8) %!d(string=hai) anos
ACAutomaton.cpp 0a7a48a825 Add test for ACAutomaton %!s(int64=8) %!d(string=hai) anos
ACAutomaton_test.cpp 0a7a48a825 Add test for ACAutomaton %!s(int64=8) %!d(string=hai) anos
BCC.cpp b85e595190 add Shendan's codes %!s(int64=8) %!d(string=hai) anos
BFS_DFS.cpp bc9f0099e7 add DFS and BFS %!s(int64=8) %!d(string=hai) anos
BIT.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
BellmanFord.cpp a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
BigInt.cpp 2fbc6cad47 add BigInt.cpp %!s(int64=8) %!d(string=hai) anos
BiggestRectangle.cpp bb210ec772 add BiggestRectangle %!s(int64=8) %!d(string=hai) anos
Binom.cpp b85e595190 add Shendan's codes %!s(int64=8) %!d(string=hai) anos
BipartiteTest.cpp b85e595190 add Shendan's codes %!s(int64=8) %!d(string=hai) anos
BitSet.cpp 978283f42c Add BitSet.del %!s(int64=8) %!d(string=hai) anos
ClosestPair.cpp 70254132cf add closest pair %!s(int64=8) %!d(string=hai) anos
ConvexHull.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
CutVertexBridge.cpp b85e595190 add Shendan's codes %!s(int64=8) %!d(string=hai) anos
Dates.cpp 78bb5806fc add test to dates %!s(int64=8) %!d(string=hai) anos
Dates_test.cpp 78bb5806fc add test to dates %!s(int64=8) %!d(string=hai) anos
Delaunay.cpp f392ce597c add test to Delaunay %!s(int64=8) %!d(string=hai) anos
Delaunay_test.cpp f392ce597c add test to Delaunay %!s(int64=8) %!d(string=hai) anos
Dichotomie.cpp 34fc027cf5 add test to Dichotomie %!s(int64=8) %!d(string=hai) anos
Dichotomie_test.cpp 34fc027cf5 add test to Dichotomie %!s(int64=8) %!d(string=hai) anos
Dinic.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
DiscreteLog.cpp d761be7f27 add discrete log %!s(int64=8) %!d(string=hai) anos
DiscreteLog_test.cpp b6c082e018 correction test dicreteLog %!s(int64=8) %!d(string=hai) anos
Euclid.cpp d761be7f27 add discrete log %!s(int64=8) %!d(string=hai) anos
Euler.cpp 3562a433b4 add Euler's function %!s(int64=8) %!d(string=hai) anos
EulerCircuit.cpp b85e595190 add Shendan's codes %!s(int64=8) %!d(string=hai) anos
Euler_test.cpp 3562a433b4 add Euler's function %!s(int64=8) %!d(string=hai) anos
ExactCover.cpp b85e595190 add Shendan's codes %!s(int64=8) %!d(string=hai) anos
FFT.cpp fc138a4481 Change FFT %!s(int64=8) %!d(string=hai) anos
FastDijkstra.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
FloydWarshall.cpp 27de3c0db1 compress FloydWarshall %!s(int64=8) %!d(string=hai) anos
GaussJordan.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
Geometry.cpp 9f19378c12 compresse geometry, add test, and move HalfPlaneIntersection %!s(int64=8) %!d(string=hai) anos
Geometry_test.cpp 9f19378c12 compresse geometry, add test, and move HalfPlaneIntersection %!s(int64=8) %!d(string=hai) anos
HalfPlaneIntersection.cpp 9f19378c12 compresse geometry, add test, and move HalfPlaneIntersection %!s(int64=8) %!d(string=hai) anos
Hash.cpp d43f1d7e15 add Shendan's codes 2 %!s(int64=8) %!d(string=hai) anos
Inversion.cpp a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
KDTree.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
LCA.cpp 1d114e2efd simplify LCA %!s(int64=8) %!d(string=hai) anos
LongestIncreasingSubsequence.cpp 67cff0ec70 change LIS %!s(int64=8) %!d(string=hai) anos
LongestIncreasingSubsequence_test.cpp 67cff0ec70 change LIS %!s(int64=8) %!d(string=hai) anos
MST.cpp 5f04c30039 add MST %!s(int64=8) %!d(string=hai) anos
Makefile ef171b401d change Makefile %!s(int64=8) %!d(string=hai) anos
MaxBipartiteMatching.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
MaxBipartiteMatching_sqrt.cc 70254132cf add closest pair %!s(int64=8) %!d(string=hai) anos
MinCostMatching.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
MinCostMaxFlow.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
MinCut.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
Primes.cc 3cce81f9cf move sieve %!s(int64=8) %!d(string=hai) anos
PushRelabel.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
RMQ_offline.cpp d43f1d7e15 add Shendan's codes 2 %!s(int64=8) %!d(string=hai) anos
RabinKarp.cpp a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
RankTree.cpp d43f1d7e15 add Shendan's codes 2 %!s(int64=8) %!d(string=hai) anos
ReducedRowEchelonForm.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
SCC.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
SPFA.cpp e1d1e24bdf add SPFA %!s(int64=8) %!d(string=hai) anos
SegmentTree.cpp a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
SegmentTree_test.cpp a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
Sieve.cpp 3cce81f9cf move sieve %!s(int64=8) %!d(string=hai) anos
Simplex.cc a37b814b42 remove redundant headers + global cleaning %!s(int64=8) %!d(string=hai) anos
Skeleton.cpp b50383059c add Skeleton %!s(int64=8) %!d(string=hai) anos
StableMatchings.cpp 536c7b2765 add stable matchings %!s(int64=8) %!d(string=hai) anos
SuffixArray.cpp d43f1d7e15 add Shendan's codes 2 %!s(int64=8) %!d(string=hai) anos
Tips.cpp dcf7cbdd68 Add tips %!s(int64=8) %!d(string=hai) anos
TopologicalSort.cpp ab543b9927 change topological sort %!s(int64=8) %!d(string=hai) anos
Treap.cpp d2a40894d8 add treap %!s(int64=8) %!d(string=hai) anos
Treap_test.cpp d2a40894d8 add treap %!s(int64=8) %!d(string=hai) anos
Trie.cpp 4554bac142 change Trie %!s(int64=8) %!d(string=hai) anos
Trie_test.cpp 4554bac142 change Trie %!s(int64=8) %!d(string=hai) anos
UnionFind.cc 6829cbeb92 correction union find %!s(int64=8) %!d(string=hai) anos
ZFunction.cpp d43f1d7e15 add Shendan's codes 2 %!s(int64=8) %!d(string=hai) anos
kmp.cpp d43f1d7e15 add Shendan's codes 2 %!s(int64=8) %!d(string=hai) anos