Examveda

Which algorithm is used for finding the shortest path in a graph with all edges having the same weight?

A. Bellman-Ford Algorithm

B. Breadth-First Search (BFS)

C. Floyd-Warshall Algorithm

D. Bellman-Ford Algorithm

Answer: Option B


Join The Discussion

Related Questions on Graph Algorithms (DFS, BFS, Dijkstras, etc)