Quiz: Backtracking Essentials

Test your understanding

Check Your Understanding

In backtracking for permutations, what must you do after recursing on a choice?

  1. A.Nothing - the recursion handles everything
  2. B.Mark the choice as permanently used
  3. C.Clear all choices and start over
  4. D.Undo the choice to restore the previous state
Start the roadmap to answer the quizzes and solve the challenges