MCPcopy Create free account

hub / github.com/cp-algorithms/cp-algorithms / functions

Functions175 in github.com/cp-algorithms/cp-algorithms

↓ 40 callersFunctionadd_edge
test/test_stoer_wagner_mincut.cpp:20
↓ 10 callersFunctionequal_cycles
test/test_planar_faces.cpp:7
↓ 10 callersFunctionsolve
test/test_vertical_decomposition.cpp:7
↓ 5 callersFunctionverify
test/test_discrete_log.cpp:116
↓ 4 callersFunctioncut_weight
computes the weight of the cut found, using the saved copy of the graph
test/test_stoer_wagner_mincut.cpp:26
↓ 4 callersFunctiongcd
test/test_extended_gcd.cpp:16
↓ 4 callersFunctionmultiply
test/test_fft.cpp:36
↓ 4 callersFunctionreset_graph
test/test_stoer_wagner_mincut.cpp:12
↓ 3 callersFunctiongcd
test/test_discrete_log.cpp:7
↓ 3 callersMethodjoin
test/test_manhattan_mst.cpp:14
↓ 3 callersFunctiontest
test/test_linear_diophantine.cpp:20
↓ 3 callersFunctiontest_suite
test/test_bridge_searching_offline.cpp:21
↓ 2 callersFunctionC
sum of last occurrence of x - first occurrence of x for all unique x in the range
test/test_divide_and_conquer_dp.cpp:30
↓ 2 callersFunctionequal_polygons
test/test_minkowski.cpp:7
↓ 2 callersFunctionfind_all_permutation
test/test_balanced_brackets.cpp:30
↓ 2 callersFunctiongenerate_small_cases
test/test_discrete_log.cpp:72
↓ 2 callersFunctiongetRandomString
test/test_manacher_odd.cpp:6
↓ 2 callersFunctionget_adj
test/test_pruefer_code.cpp:16
↓ 2 callersFunctionget_random_points
test/test_manhattan_mst.cpp:43
↓ 2 callersFunctionmst_cost
test/test_manhattan_mst.cpp:24
↓ 2 callersFunctionnormalize
test/test_bridge_searching_offline.cpp:14
↓ 2 callersFunctionrender
(markdown: str, directory: str)
preview/main.py:28
↓ 1 callersFunctionbalanced
test/test_balanced_brackets.cpp:12
↓ 1 callersFunctionbrute
test/test_manhattan_mst.cpp:34
↓ 1 callersFunctionbrute_force
test/test_linear_diophantine.cpp:10
↓ 1 callersFunctionbrute_force
O(m * n^2) DP, ignoring complexity of C(i, j)
test/test_divide_and_conquer_dp.cpp:12
↓ 1 callersFunctionbrute_force_josephus
test/test_josephus.cpp:17
↓ 1 callersFunctionextended_euclidean
test/test_chinese_remainder_theorem.cpp:5
↓ 1 callersFunctionextract_tests
(filepath)
test/extract_snippets.py:11
↓ 1 callersFunctionfrom_polygon
test/test_point_location.cpp:7
↓ 1 callersFunctiongenerate_all
test/test_balanced_brackets.cpp:37
↓ 1 callersFunctiongenerate_all2
test/test_balanced_brackets.cpp:44
↓ 1 callersMethodget_adj
test/data/flow_networks.h:9
↓ 1 callersFunctionnaive
test/test_discrete_log.cpp:60
↓ 1 callersFunctionpowmod
test/test_discrete_log.cpp:9
↓ 1 callersFunctiontest1
test/test_minkowski.cpp:17
↓ 1 callersFunctiontest1
test/test_rank_matrix.cpp:10
↓ 1 callersFunctiontest1
test/test_gauss.cpp:11
↓ 1 callersFunctiontest1
test/test_vertical_decomposition.cpp:26
↓ 1 callersFunctiontest2
test/test_minkowski.cpp:40
↓ 1 callersFunctiontest2
test/test_rank_matrix.cpp:18
↓ 1 callersFunctiontest2
test/test_gauss.cpp:20
↓ 1 callersFunctiontest2
test/test_vertical_decomposition.cpp:36
↓ 1 callersFunctiontest3
test/test_rank_matrix.cpp:26
↓ 1 callersFunctiontest3
test/test_gauss.cpp:32
↓ 1 callersFunctiontest4
test/test_rank_matrix.cpp:34
↓ 1 callersFunctiontest5
test/test_rank_matrix.cpp:42
↓ 1 callersFunctiontestManacherOdd
test/test_manacher_odd.cpp:21
↓ 1 callersFunctiontest_2sat_article_example
test/test_2sat.cpp:11
↓ 1 callersFunctiontest_2sat_example_usage
test/test_2sat.cpp:7
↓ 1 callersFunctiontest_2sat_other_satisfiable_example
test/test_2sat.cpp:31
↓ 1 callersFunctiontest_2sat_unsatisfiable
test/test_2sat.cpp:22
↓ 1 callersFunctiontest_all
test/test_balanced_brackets.cpp:55
↓ 1 callersFunctiontest_all2
test/test_balanced_brackets.cpp:70
↓ 1 callersFunctiontest_automaton
test/test_aho_corasick.cpp:26
↓ 1 callersFunctiontest_ccw_angle
test/test_planar_faces.cpp:96
↓ 1 callersFunctiontest_centroid_property
test/test_centroid_decomposition.cpp:10
↓ 1 callersFunctiontest_complete_decomposition
test/test_centroid_decomposition.cpp:90
↓ 1 callersFunctiontest_cycle_with_chain
test/test_planar_faces.cpp:71
↓ 1 callersFunctiontest_degenerate
test/test_planar_faces.cpp:53
↓ 1 callersFunctiontest_discrete_log
test/test_discrete_log.cpp:125
↓ 1 callersFunctiontest_discrete_log_extended
test/test_discrete_log.cpp:136
↓ 1 callersFunctiontest_fenwick_min
test/test_fenwick_tree.cpp:45
↓ 1 callersFunctiontest_fenwick_sum
test/test_fenwick_tree.cpp:20
↓ 1 callersFunctiontest_fenwick_sum_onebased
test/test_fenwick_tree.cpp:67
↓ 1 callersFunctiontest_generic_sparsetable
test/test_sparsetable.cpp:11
↓ 1 callersFunctiontest_grid
test/test_planar_implicit.cpp:28
↓ 1 callersFunctiontest_handcrafted_case
test/test_divide_and_conquer_dp.cpp:44
↓ 1 callersFunctiontest_isolated_vertex
test/test_stoer_wagner_mincut.cpp:85
↓ 1 callersFunctiontest_josephus
test/test_josephus.cpp:34
↓ 1 callersFunctiontest_kth_smallest_persistent
test/test_segment_tree.cpp:148
↓ 1 callersFunctiontest_line_graph
test/test_centroid_decomposition.cpp:48
↓ 1 callersFunctiontest_multiedges
test/test_planar_implicit.cpp:71
↓ 1 callersFunctiontest_path_counting
test/test_centroid_decomposition.cpp:130
↓ 1 callersFunctiontest_random_cases
test/test_divide_and_conquer_dp.cpp:58
↓ 1 callersFunctiontest_range_minimum_sparsetable
test/test_sparsetable.cpp:47
↓ 1 callersFunctiontest_range_sum_sparsetable
test/test_sparsetable.cpp:30
↓ 1 callersFunctiontest_section_implementation
test/test_segment_tree.cpp:58
↓ 1 callersFunctiontest_section_kth_zero
test/test_segment_tree.cpp:96
↓ 1 callersFunctiontest_section_maximal_subsegment
test/test_segment_tree.cpp:118
↓ 1 callersFunctiontest_section_maximum_and_count
test/test_segment_tree.cpp:82
↓ 1 callersFunctiontest_section_smallest_number_greater_or_equal
test/test_segment_tree.cpp:132
↓ 1 callersFunctiontest_simple
test/test_planar_faces.cpp:27
↓ 1 callersFunctiontest_single_vertex
test/test_centroid_decomposition.cpp:214
↓ 1 callersFunctiontest_square
test/test_planar_implicit.cpp:11
↓ 1 callersFunctiontest_star_graph
test/test_centroid_decomposition.cpp:69
↓ 1 callersFunctiontest_star_path_counting
test/test_centroid_decomposition.cpp:178
↓ 1 callersFunctiontest_stoer_wagner_paper_example
test/test_stoer_wagner_mincut.cpp:45
↓ 1 callersFunctiontest_trie
test/test_aho_corasick.cpp:16
↓ 1 callersFunctiontest_two_clusters
test/test_stoer_wagner_mincut.cpp:70
↓ 1 callersFunctiontest_two_vertices
test/test_stoer_wagner_mincut.cpp:37
↓ 1 callersFunctiontest_two_vertices
test/test_centroid_decomposition.cpp:227
↓ 1 callersFunctionwrite_snippet
(name, lines)
test/extract_snippets.py:5
MethodDSU
test/test_manhattan_mst.cpp:8
FunctionIS_BRIDGE
test/test_bridge_searching_offline.cpp:10
MethodVertex
test/test_segment_tree.cpp:49
FunctionaddCopyText
(math, doc)
src/javascript/config.js:3
Methodf
test/test_manhattan_mst.cpp:13
Functiongcd
test/test_factorization.cpp:19
Functiongcd
test/test_pollard_rho.cpp:5
next →1–100 of 175, ranked by callers