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