๐งฉ Algorithm Topic Index
April 2, 2025Less than 1 minute
๐งฉ Algorithm Topic Index
This page collects links to detailed notes on all the major problem types encountered in contests, especially AtCoder. Each link leads to a page covering the topic's theory, patterns, solution techniques, and curated practice problems.
๐ Structure of Each Topic Page
Each topic note contains:
- โ Overview + core idea
- ๐ Code template (linked to template page)
- ๐ Recommended practice problems
- ๐ Solved examples from ABC contests
- ๐ง Strategy notes & pitfalls
๐ก String Processing
๐งฎ Number Theory
- ๐ง TODO - Prefix XOR and Subarray XOR
- โ๏ธ TODO - Modular Arithmetic & Inverse
- ๐ข TODO - GCD / LCM Tricks
๐ฒ Tree / Graph Types
- ๐ฏ 0-1 BFS
- ๐ Bipartite Graph
- ๐ช TODO - Tree
- ๐ TODO - LCA & Binary Lifting
- ๐ง TODO - Odd Cycle Detection
๐ Dynamic Programming Patterns
๐งฐ Simulation / Construction
- ๐งช TODO - Greedy with Position Tracking
- โ๏ธ TODO - Two Pointer Matching
- ๐ง TODO - Grid Movement / Directional Simulation