Backtracking uses ____________ traversal while branch and bound uses ____________ A. bread first, depth first B. depth first, breadth first C. first come first serve, first come last serve D. No traversal happens in the mentioned approaches
Answers
Answered by
0
FIFO branch and bound leads to breadth first search. Whereas backtracking leads to depth first search
Similar questions