Vidyalelo
Data Structure · Q51

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 51

Q51

Which data structure is most suitable for implementing best first branch and bound strategy?

A.
stack
B.
queue
C.
priority queue
Answer
D.
linked list

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board