<aside> <img src="https://super.so/icon/dark/key.svg" alt="https://super.so/icon/dark/key.svg" width="40px" /> If you are not comfortable with classical recursive strategies, be sure to attempt all the problems in this page.

This topic is kinda scattered across 36ABC, so I recommend checking out this lecture and this lecture from Stanford.

Understanding backtracking will really help us when we get to dynamic programming.

</aside>

$\star$ Recursive Backtracking Problems

Backtracking

Summary & Patterns

Recursive Backtracking Summary


Go to next:

Dynamic Programming 1. Making Decisions