Vidyalelo
Data Structure · Q525

Miscellaneous on Data Structures

Programming · Data Structure · question 525

Q525

What happens when the backtracking algorithm reaches a complete solution?

A.
It backtracks to the root
B.
It continues searching for other possible solutions
Answer
C.
It traverses from a different route
D.
Recursively traverses through the same route

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board