MCPcopy Create free account

hub / github.com/SuprDewd/CompetitiveProgramming / functions

Functions644 in github.com/SuprDewd/CompetitiveProgramming

Methodclosest
code/graph/centroid_decomposition.cpp:37
Functionclosest_pair
code/geometry/closest_pair.cpp:11
Functioncmod
(x, y)
code/mathematics/intx.test.gen.py:23
Functioncmp
code/geometry/convex_hull.cpp:4
Methodcmp
code/strings/suffix_array.test.cpp:7
Methodcmp
code/data-structures/kd_tree.cpp:13
Methodcmp
code/data-structures/heap.cpp:10
Functioncollinear
code/geometry/primitives.cpp:18
Methodconstruct
code/data-structures/kd_tree.cpp:46
Methodcontains
code/data-structures/kd_tree.cpp:54
Methodcount_less
code/data-structures/avl_tree.cpp:111
Methodcountoccur
code/strings/suffix_automaton.cpp:55
Methodcsz
code/graph/hld.cpp:16
Functioncut_points_and_bridges
code/graph/cut_points_and_bridges.cpp:16
Functioncut_polygon
code/geometry/polygon.cpp:21
Functionczt
code/mathematics/fft.cpp:18
Methoddancing_links
code/data-structures/dancing_links.cpp:11
Methoddefault_int_cmp
code/data-structures/heap.cpp:4
Methoddelete_tree
code/data-structures/avl_tree.cpp:20
Methoddfs
code/other/two_sat.cpp:12
Methoddfs
code/graph/centroid_decomposition.cpp:12
Methoddfs
code/graph/hopcroft_karp.cpp:20
Methoddist
code/geometry/rotating_calipers.cpp:16
Methoddist
code/data-structures/kd_tree.cpp:24
Methoddivmod
code/mathematics/intx.cpp:95
Methodedge
code/graph/dinic.cpp:5
Methodedge
code/graph/edmonds_karps_mcmf.cpp:7
Methodedge
code/graph/edmonds_karps.cpp:5
Methodeertree
code/strings/eertree.cpp:10
Methodempty
code/data-structures/monotonic_queue.cpp:22
Functioneq
code/data-structures/matrix.cpp:1
Functioneq<double>
code/data-structures/matrix.cpp:2
Functioneq<long double>
code/mathematics/berlekamp_massey.cpp:2
Functionerase
code/data-structures/sqrt_decomposition.cpp:32
Methoderase
code/data-structures/dancing_links.cpp:20
Methoderase
code/data-structures/misof_tree.cpp:7
Functioneuler
code/graph/euler_path_undirected.cpp:3
Functioneuler_path
code/graph/euler_path.cpp:16
Methodeval
code/data-structures/convex_hull_trick_dynamic.cpp:28
Methodexact_cover
code/other/algorithm_x.cpp:11
Methodextend
code/strings/suffix_automaton.cpp:18
Methodextend
code/strings/eertree.cpp:13
Functionf1
code/other/floyds_algorithm.test.cpp:3
Functionfac
(n)
code/mathematics/intx.test.gen.py:14
Methodfake_fenwick_tree
code/data-structures/fenwick_tree.test.cpp:44
Methodfenwick_tree
code/data-structures/fenwick_tree.cpp:3
Methodfenwick_tree_sq
code/data-structures/fenwick_tree.cpp:14
Functionfib
(n)
code/mathematics/intx.test.gen.py:8
Methodfind
code/data-structures/union_find.cpp:3
Methodfind_min
code/graph/arborescence.cpp:8
Methodfix
code/data-structures/avl_tree.cpp:41
Methodfix
code/data-structures/monotonic_queue.cpp:13
Functionfloor_sum_super_slow
code/mathematics/floor_sum.test.cpp:3
Methodflow_network
code/graph/dinic.cpp:8
Methodflow_network
code/graph/edmonds_karps_mcmf.cpp:10
Methodflow_network
code/graph/edmonds_karps.cpp:8
Methodfraction
code/mathematics/fraction.cpp:4
Functiongc_distance
code/geometry/gc_distance.cpp:1
Methodgcd
code/mathematics/fraction.cpp:2
MethodgetAngle
code/geometry/primitives3d.cpp:57
MethodgetProjection
code/geometry/primitives3d.cpp:38
Methodget_min
code/data-structures/convex_hull_trick.cpp:13
Functiongift_wrap
code/geometry/convex_hull3d.cpp:12
Methodgo_node
code/strings/aho_corasick.cpp:9
Methodhash
code/strings/hasher.cpp:7
Methodhasher
code/strings/hasher.cpp:2
Methodheap
code/data-structures/heap.cpp:25
Methodheapify
code/data-structures/heap.cpp:53
Methodheight
code/data-structures/avl_tree.cpp:12
Methodincrease
code/other/matroid_intersection.cpp:10
Methodinit
code/mathematics/intx.cpp:12
Functioninsert
code/data-structures/sqrt_decomposition.cpp:29
Methodinsert
code/data-structures/avl_tree.cpp:60
Methodinsert
code/data-structures/misof_tree.cpp:5
Methodinsert_line
code/data-structures/convex_hull_trick_dynamic.cpp:22
FunctionintToDay
code/other/dates.cpp:1
Functionintegrate
code/mathematics/numeric_integration.cpp:1
Functionintersect
code/geometry/circles.cpp:2
Methodintersect
code/data-structures/convex_hull_trick.cpp:3
Methodintx
code/mathematics/intx.cpp:2
MethodisInSegment
code/geometry/primitives3d.cpp:53
MethodisInSegmentStrictly
code/geometry/primitives3d.cpp:55
Methodissubstr
code/strings/suffix_automaton.cpp:14
Functioniter
code/other/two_sat.test.cpp:17
Methoditer
code/strings/aho_corasick.cpp:13
Methoditer
code/other/dpll.cpp:9
Methodkd_tree
kd_tree() : root(NULL) { }
code/data-structures/kd_tree.cpp:44
Functionkth
code/data-structures/cartesian_tree.cpp:40
Methodlca
code/graph/hld.cpp:33
Methodlca_tree
code/graph/tarjan_olca.test.cpp:87
Methodlcp
code/strings/suffix_array.cpp:19
Methodleft_heavy
code/data-structures/avl_tree.cpp:14
Methodleft_rotate
code/data-structures/avl_tree.cpp:39
Methodlexicok
code/strings/suffix_automaton.cpp:47
Functionline_line_distance
code/geometry/primitives3d.cpp:87
Functionline_line_intersect
code/geometry/primitives3d.cpp:64
Functionline_plane_intersect
code/geometry/primitives3d.cpp:72
Functionline_segment_distance
code/geometry/lines.cpp:13
Functionline_segment_intersect
code/geometry/line_segment_intersect.cpp:2
Functionmain
tester/test_footer.cpp:1
← previousnext →301–400 of 644, ranked by callers