ProconLibrary

Library Files

DataStructure/

EnumerativeCombinatorics/

Geometry/

Geometry/convex_algo/

Graph/

Hash/

Heuristic/

Math/

Other/

String/

Tree/

Verification Files

test/DataStructure/2d-segment-tree/

test/DataStructure/kd-tree/

test/DataStructure/nth_accumulater/

test/DataStructure/persistent_stack/

test/DataStructure/weighted_union_find/

test/EnumerativeCombinatorics/binomial_coefficient_prime_mod/

test/Geometry/convex/

test/Geometry/convex_algo/contains_point/

test/Geometry/convex_algo/find_furthest_pair/

test/Geometry/point/

test/Graph/minimum_steiner_tree/

test/Hash/zobrist_hash/

test/Heuristic/approx_tsp_solver/

test/Heuristic/raw_pointer_persistent_stack/

test/Math/difference_constraints_solver/

test/Math/enumerate_divisor/

test/Math/enumerate_primes/

test/Math/fast_factorize/

test/Math/is_multiplication_overflow/

test/Math/kth_root_integer/

test/Math/mod_power/

test/Math/mod_sum_of_geometric_sequence/

test/Math/pow_of_matrix/

test/Math/primality_test/

test/Math/prime_factorize/

test/Other/binary_search/

test/String/run_length_encode/

test/Tree/doubling/

test/Tree/heavy_light_decomposition/

test/Tree/lowest_common_ancestor/

test/Tree/trie/