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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub