This documentation is automatically generated by
online-judge-tools/verification-helper
Library Files
atcoder/src
atcoder/src/DSU.cr
atcoder/src/FenwickTree.cr
atcoder/src/Graph.cr
atcoder/src/LazySegTree.cr
atcoder/src/Math.cr
atcoder/src/MaxFlow.cr
atcoder/src/ModInt.cr
atcoder/src/Prime.cr
atcoder/src/PriorityQueue.cr
atcoder/src/RedBlackTree.cr
atcoder/src/SCC.cr
atcoder/src/SegTree.cr
atcoder/src/TwoSat.cr
benchmarks/datastructure
benchmarks/datastructure/binary_heap.cr
benchmarks/datastructure/sset.cr
benchmarks/datastructure/sset_benchmark_helper.cr
benchmarks/datastructure/smultiset
benchmarks/datastructure/smultiset/red_black_tree.cr
benchmarks/datastructure/smultiset/treap.cr
benchmarks/datastructure/sset
benchmarks/datastructure/sset/bucket.cr
benchmarks/datastructure/sset/red_black_tree.cr
benchmarks/datastructure/sset/treap.cr
benchmarks/math
benchmarks/math/barrett.cr
benchmarks/math/sieve.cr
benchmarks
benchmarks/scanner.cr
spec/array
spec/array/new_spec.cr
spec/collection
spec/collection/accumulate_spec.cr
spec/collection/change_spec.cr
spec/collection/compress_spec.cr
spec/collection/convex_hull_spec.cr
spec/collection/each_pair_spec.cr
spec/collection/mex_spec.cr
spec/collection/tally_spec.cr
spec/collection/unique_permutation_spec.cr
spec/collection/unique_spec.cr
spec/datastructure
spec/datastructure/binary_heap_spec.cr
spec/datastructure/fenwick_tree_spec.cr
spec/datastructure/multi_set_spec.cr
spec/datastructure/smultiset
spec/datastructure/smultiset/bucket_spec.cr
spec/datastructure/smultiset/red_black_tree_spec.cr
spec/datastructure/smultiset/spec_helper.cr
spec/datastructure/smultiset/treap_spec.cr
spec/datastructure/sset
spec/datastructure/sset/bucket_spec.cr
spec/datastructure/sset/red_black_tree_spec.cr
spec/datastructure/sset/spec_helper.cr
spec/datastructure/sset/treap_spec.cr
spec/graph
spec/graph/edge_spec.cr
spec
spec/graph_spec.cr
spec/scanner_spec.cr
spec/math
spec/math/barrett_spec.cr
spec/math/combination_spec.cr
spec/math/dynamic_mint_spec.cr
spec/math/matrix_spec.cr
spec/math/mint_spec.cr
spec/math/prime_factor_spec.cr
spec/math/prime_spec.cr
spec/math/pythagorean_triples_spec.cr
spec/math/sieve_spec.cr
spec/math/sqrt_digits10_spec.cr
spec/point
spec/point/magic_square_spec.cr
spec/point/point_spec.cr
spec/tuple
spec/tuple/each_producr_spec.cr
spec/tuple/get_spec.cr
spec/tuple/times_spec.cr
src/array
src/array/new.cr
src/collection
src/collection/accumulate.cr
src/collection/change.cr
src/collection/compress.cr
src/collection/convex_hull.cr
src/collection/each_pair.cr
src/collection/mex.cr
src/collection/tally.cr
src/collection/unique.cr
src/collection/unique_permutation.cr
src/comparable
src/comparable/min_max.cr
src/datastructure
src/datastructure/ascii_binary_tree.cr
src/datastructure/binary_heap.cr
src/datastructure/binary_tree.cr
src/datastructure/cul_sum.cr
src/datastructure/cul_sum_2d.cr
src/datastructure/fenwick_tree.cr
src/datastructure/imos.cr
src/datastructure/imos_2d.cr
src/datastructure/imos_linear.cr
src/datastructure/multi_set.cr
src/datastructure/partially_persistent_union_find.cr
src/datastructure/persistent_array.cr
src/datastructure/persistent_union_find.cr
src/datastructure/slope_trick.cr
src/datastructure/union_find.cr
src/datastructure/smultiset
src/datastructure/smultiset/bucket.cr
src/datastructure/smultiset/red_black_tree.cr
src/datastructure/smultiset/treap.cr
src/datastructure/sset
src/datastructure/sset/bucket.cr
src/datastructure/sset/red_black_tree.cr
src/datastructure/sset/treap.cr
src/dp
src/dp/inversion.cr
src/dp/knapsack.cr
src/dp/lcs.cr
src/geometric
src/geometric/distance.cr
src/geometric/intersect.cr
src/geometric/real.cr
src/geometric/utility.cr
src/geometric/object
src/geometric/object/circle.cr
src/geometric/object/line.cr
src/geometric/object/polygon.cr
src/geometric/object/vec2.cr
src
src/geometric.cr
src/graph.cr
src/point.cr
src/scanner.cr
src/template.cr
src/graph
src/graph/bfs.cr
src/graph/bfs01.cr
src/graph/bipartite_graph.cr
src/graph/bipartite_matching.cr
src/graph/components.cr
src/graph/compress.cr
src/graph/decompose.cr
src/graph/degree.cr
src/graph/detect_cycle.cr
src/graph/dijkstra.cr
src/graph/edge.cr
src/graph/euler_tour_for_vertex.cr
src/graph/kruskal.cr
src/graph/lca.cr
src/graph/namori_decompose.cr
src/graph/re_rooting.cr
src/graph/scc.cr
src/graph/topological_sort.cr
src/graph/tree.cr
src/graph/tree_walk.cr
src/int
src/int/each_combination.cr
src/int/each_subset.cr
src/math
src/math/barrett.cr
src/math/combination.cr
src/math/dynamic_mint.cr
src/math/euler.cr
src/math/gcd.cr
src/math/matrix.cr
src/math/mint.cr
src/math/ntt.cr
src/math/powmod.cr
src/math/prime.cr
src/math/prime_factor.cr
src/math/pythagorean_triples.cr
src/math/quadratic_equation.cr
src/math/sieve.cr
src/math/sieve_fast.cr
src/math/sqrt_digits10.cr
src/string
src/string/rolling_hash.cr
src/tuple
src/tuple/each_product.cr
src/tuple/get.cr
src/tuple/times.cr
test/graph
test/graph/namori_decompose_test_.cr
test/graph/topological_sort_test_.cr
Verification Files
test/collection
test/collection/compress_test.cr
test/collection/unique_permutation_test.cr
test/datastructure
test/datastructure/binary_heap_test.cr
test/datastructure/cul_sum_2d_2_test.cr
test/datastructure/cul_sum_2d_imos_2d_test.cr
test/datastructure/cul_sum_test.cr
test/datastructure/fewnick_tree_test.cr
test/datastructure/imos_linear_test.cr
test/datastructure/imos_test.cr
test/datastructure/partially_persistent_union_find_test.cr
test/datastructure/persistent_union_find_test.cr
test/datastructure/union_find_test.cr
test/dp
test/dp/inversion_test.cr
test/dp/knapsack01_test.cr
test/dp/knapsack_test.cr
test/dp/lcs_test.cr
test/graph
test/graph/bfs01_test.cr
test/graph/bfs_test.cr
test/graph/bipartite_graph_test.cr
test/graph/bipartite_matching_edges_test.cr
test/graph/bipartite_matching_test.cr
test/graph/components_test.cr
test/graph/compress_degree_test.cr
test/graph/decompose_test.cr
test/graph/detect_cycle_for_directed_graph_test.cr
test/graph/detect_cycle_for_undirected_graph_test.cr
test/graph/diameter_test.cr
test/graph/dijkstra_path_test.cr
test/graph/dijkstra_test.cr
test/graph/euler_tour_for_vertex_test.cr
test/graph/kruskal_test.cr
test/graph/lca_test.cr
test/graph/namori_decompose_test.cr
test/graph/re_rooting_test.cr
test/graph/scc_test.cr
test/graph/tree_walk_test.cr
test/int
test/int/each_combination_test.cr
test/int/each_subset_test.cr
test/math
test/math/combination_test.cr
test/math/euler_table_test.cr
test/math/euler_test.cr
test/math/gcd_convolution_test.cr
test/math/matrix_product_test.cr
test/math/matrix_test.cr
test/math/ntt_test.cr
test/math/powmod_test.cr
test/math/quadratic_equation_test.cr
test/point
test/point/point_to_direction_test.cr
test/string
test/string/rolling_hash_test.cr