What happens when the backtracking algorithm reaches a complete solution?
It backtracks to the root
It traverses from a different route
it continues searching for other possible solutions
Recursively traverses through the same route
This question is part of this quiz :
Top MCQs on Backtracking Algorithm with Answers