cp-library-cpp
About this repository
Template Files
Library Files
include/algebra
include/combinatorics
include/data_structure
include/graph
include/search
include/string
Verification Files
test/algebra/dynamic_modint
test/algebra/eulers_totient_function
test/algebra/pow
test/algebra/static_modint
test/combinatorics/factorial
test/data_structure/binary_indexed_tree
test/data_structure/segment_tree
test/data_structure/sparse_table
test/data_structure/union_find
test/graph/minimum_spanning_tree
test/graph/topological_sort
test/search/binary_search
test/search/golden_section_search
test/string/edit_distance
test/string/manachers_algorithm
test/string/rolling_hash
test/string/run_length_encoding
test/string/z_algorithm