What happens when the backtracking algorithm reaches a complete solution?
A. It backtracks to the root
B. It continues searching for other possible solutions
C. It traverses from a different route
D. Recursively traverses through the same route
Answer: Option B
Join The Discussion