Backtracking
Term side of the Card
Topic: Various
Unit title: Backtracking
Categories: Algorithm
Explanation side of the Card
Explanation: The algorithm that builds potential solutions incrementally and backtracks when a solution path doesn't lead to a valid solution. Used in problems like puzzles and combinatorial search.