1.

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» C. It traverses from a different route


Discussion

No Comment Found