Examveda

In a weighted graph, which algorithm is suitable for finding the shortest path from a single source to a specific target node?

A. Dijkstra's Algorithm

B. Breadth-First Search (BFS)

C. Bellman-Ford Algorithm

D. Depth-First Search (DFS)

Answer: Option A


Join The Discussion

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