InterviewSolution
Saved Bookmarks
| 1. |
Which of the following branch and bound strategy leads to depth first search?(a) LIFO branch and bound(b) FIFO branch and bound(c) Lowest cost branch and bound(d) Highest cost branch and boundI got this question in an online interview.Question is taken from Graph Search in division Graph Search of Data Structures & Algorithms II |
|
Answer» Correct answer is (a) LIFO branch and BOUND |
|