1.

Which data structure is most suitable for implementing best first branch and bound strategy?(a) stack(b) queue(c) priority queue(d) linked listThis question was posed to me in my homework.Question is from Graph Search in division Graph Search of Data Structures & Algorithms II

Answer»

Right answer is (c) PRIORITY queue

The BEST explanation: Priority Queue is the data STRUCTURE is USED for implementing best first branch and bound strategy. Dijkstra’s ALGORITHM is an example of best first search algorithm.



Discussion

No Comment Found

Related InterviewSolutions