Given a directed graph where weight of every edge is same, we can efficiently find shortest path from a given source to destination using?
Breadth First Traversal
Dijkstra\'s Shortest Path Algorithm
Neither Breadth First Traversal nor Dijkstra\'s algorithm can be used
Depth First Search
This question is part of this quiz :
Top MCQs on Shortest Paths in Graphs with Answers