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

Easiest explanation - LIFO, FIFO and Lowest cost branch and bound are different strategies to GENERATE branches. LIFO branch and bound leads to depth first SEARCH.



Discussion

No Comment Found

Related InterviewSolutions