Computer Science, asked by triggerguyyt, 3 days ago

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 rithwikd490
0

 FIFO branch and bound leads to breadth first search. Whereas backtracking leads to depth first search

Similar questions