luckYrat's library.
Library Files
cpp/data-structure/
- cpp/data-structure/big-int.cpp
- cpp/data-structure/binary-indexed-tree.cpp
- cpp/data-structure/potentialized-union-find.cpp
- cpp/data-structure/union-find.cpp
- cpp/data-structure/value-union-find.cpp
cpp/data-structure/bbst/
cpp/data-structure/mod-int/
cpp/data-structure/segment-tree/
- cpp/data-structure/segment-tree/2d-segment-tree.cpp
- cpp/data-structure/segment-tree/lazy-add-segment-tree.cpp
- cpp/data-structure/segment-tree/lazy-update-segment-tree.cpp
- cpp/data-structure/segment-tree/segment-tree.cpp
cpp/geometry/
- cpp/geometry/line-segment.hpp
- cpp/geometry/line.hpp
- cpp/geometry/linevec.hpp
- cpp/geometry/point.hpp
- cpp/geometry/projection.cpp
- cpp/geometry/reflection.cpp
- cpp/geometry/two-points-distance.cpp
- cpp/geometry/vec.hpp
cpp/graph/MST/
cpp/graph/shortest-path/
cpp/graph/tree/
cpp/math/
- cpp/math/binary-power-method.cpp
- cpp/math/combination.cpp
- cpp/math/convolution.cpp
- cpp/math/exactsqrt.cpp
- cpp/math/expansion-gcd.cpp
- cpp/math/factorize.cpp
- cpp/math/gcd-lcm.cpp
- cpp/math/is-prime.cpp
- cpp/math/matrix.cpp
- cpp/math/meissel-lehhmer.cpp
- cpp/math/miller-rabin.cpp
- cpp/math/quotients.cpp
- cpp/math/rho.cpp
- cpp/math/sieve-of-eratosthenes.cpp
cpp/other/
cpp/string/
cpp/template/
- cpp/template/basic-query.cpp
- cpp/template/basic.cpp
- cpp/template/codeforces.cpp
- cpp/template/template-tc.cpp
- cpp/template/template.cpp
go/
go/math/
haskell/
Verification Files
cpp/z_test/
- cpp/z_test/aoj-ALDS1_14_B.test.cpp
- cpp/z_test/aoj-CGL_1_A.test.cpp
- cpp/z_test/aoj-DSL_1_B.test.cpp
- cpp/z_test/aoj-DSL_2_A.test.cpp
- cpp/z_test/aoj-GRL_1_C.test.cpp
- cpp/z_test/aoj-GRL_2_A.test.cpp
- cpp/z_test/aoj-NTL_1_E.test.cpp
- cpp/z_test/aoj-NTL_2_F.test.cpp
- cpp/z_test/yosupo-addition_of_big_integers.test.cpp
- cpp/z_test/yosupo-convolution_mod.cpp
- cpp/z_test/yosupo-counting_primes.cpp
- cpp/z_test/yosupo-enumerate_primes.cpp
- cpp/z_test/yosupo-enumerate_quotients.cpp
- cpp/z_test/yosupo-factorize.test.cpp
- cpp/z_test/yosupo-inverse_matrix.test.cpp
- cpp/z_test/yosupo-lca.test.cpp
- cpp/z_test/yosupo-matrix_product.test.cpp
- cpp/z_test/yosupo-point_add_range_sum.test.cpp
- cpp/z_test/yosupo-primality_test.test.cpp
- cpp/z_test/yosupo-shortest_path.test.cpp
- cpp/z_test/yosupo-tree_diameter.test.cpp
- cpp/z_test/yosupo-unionfind.test.cpp
- cpp/z_test/yukicoder-0117.test.cpp
- cpp/z_test/yukicoder-1344.test.cpp