Examveda

Which of the following algorithms can be used to find the Minimum Spanning Tree (MST) of a graph?

A. Dijkstra's Algorithm

B. Depth-First Search (DFS)

C. Bellman-Ford Algorithm

D. Prim's Algorithm and Kruskal's Algorithm

Answer: Option D


Join The Discussion

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