Algorithms | Graph Shortest Paths | Question 11

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments