Tags¶
0_1_bfs¶
ad_hoc¶
aho_corasick¶
binary_search¶
bipartite_matching¶
bitmask¶
centroid¶
constructive¶
data_structures¶
- Aho-Corasick
- D1P1 Arranging Shoes
- D1P1 Two Currencies
- D1P2 Keys
- D1P3 Passport
- D1P3 Radio Towers
- Segment Tree Beats
dfs¶
dijkstra¶
disjoint_set¶
divide_and_conquer¶
dp¶
- D1P1 Catfish Farm
- D1P2 Prisoner Challenge
- D2P2 Council
- P1 Bali Sculptures
- Tree Optimization
- Tree Optimization 2 (with HLD)
dp_sum_over_subsets¶
dp_tree¶
euler_tour_technique¶
fft¶
flow¶
graph_traversal¶
graphs¶
- D1P2 Keys
- D1P2 Split the Attractions
- D1P3 Passport
- Edmond-Karp algorithm
- Ford–Fulkerson method
- Kőnig's theorem
- Min Cost Max Flow
- P2 Jakarta Skyscrapers
- SCC of Tournament Graph
greedy¶
- D1P1 Arranging Shoes
- D1P2 Split the Attractions
- D1P3 Radio Towers
- D2P1 Mutating DNA
- P1 Bali Sculptures
hld¶
implementation¶
kmp¶
lazyprop¶
lca¶
math¶
mcmf¶
number theory¶
offline_queries¶
palindrome_tree¶
pbs¶
prefix_sum¶
pst¶
scc¶
segtree¶
- D1P1 Arranging Shoes
- D1P1 Catfish Farm
- D1P1 Two Currencies
- D1P3 Passport
- D1P3 Radio Towers
- Segment Tree Beats
- Tree Optimization
smaller_to_larger¶
sorting¶
sqrt_decomposition¶
stack¶
string¶
- Aho-Corasick
- Eertree
- KMP
- Lyndon Decomposition
- Prefix Function
- Suffix Array & LCP Array
- Suffix Automaton
- Z Function
suffix_array¶
suffix_tree¶
tree_set¶
trees¶
- Aho-Corasick
- D1P1 Two Currencies
- D1P2 Split the Attractions
- Tree Optimization
- Tree Optimization 2 (with HLD)
trie¶
~ algorithm¶
- Aho-Corasick
- Biconnected Component
- Edmond-Karp algorithm
- Eertree
- FFT
- FWHT
- Ford–Fulkerson method
- KMP
- Kőnig's theorem
- Lyndon Decomposition
- Min Cost Max Flow
- Prefix Function
- Segment Tree Beats
- Suffix Array & LCP Array
- Suffix Automaton
- Z Function
~ solution¶
- APIO 19 P3 Street Lamps
- BOJ 28304 다섯 용사의 검
- D1P1 Arranging Shoes
- D1P1 Catfish Farm
- D1P1 Two Currencies
- D1P2 Keys
- D1P2 Prisoner Challenge
- D1P2 Split the Attractions
- D1P3 Passport
- D1P3 Radio Towers
- D1P3 Rectangles
- D2P1 Mutating DNA
- D2P2 Council
- P1 Bali Sculptures
- P1 Strange Device
- P2 Jakarta Skyscrapers
- _