Backtracking involves:
Starting from the end of the problem
Using a stack to keep track of solutions
Iterating through all elements in a list
Going back to a previous step if the current step doesn't work
This question is part of this quiz :
Top MCQs on Backtracking Algorithm with Answers