Idea
Backtracking uses a decision-tree based philosophy, where in one branch, we make a decision, and in the other binary branch, we do something different
Search
Jan 07, 20251 min read
Idea
Backtracking uses a decision-tree based philosophy, where in one branch, we make a decision, and in the other binary branch, we do something different