InterviewSolution
Saved Bookmarks
| 1. |
To implement Dijkstra’s shortest path algorithm on unweighted graphs so that it runs in linear time, the data structure to be used is:(A) Queue(B) Stack(C) Heap(D) B-Tree |
| Answer» | |