How to Use This Series
This track organizes search algorithms by “families” (exploration, combinatorial search, and heuristic search). The goal is for you to navigate by technique, understand the mental model, and only then explore the code.
Whenever a topic is marked as under construction, it means the page is already planned and will receive content soon.
Index — Search Techniques
Below is the complete index. Finished items link directly to their pages. Topics under construction are clearly highlighted.
Exploration
Graph traversal algorithms that systematically explore vertices and edges of a graph.
Combinatorial Search
Techniques for exploring a space of candidate solutions under constraints.
- Backtracking under construction
- Branch & Bound under construction