1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. Kruskal’s algorithm is best suited for t...
Q.

Kruskal’s algorithm is best suited for the dense graphs than the prim’s algorithm.

A. true
B. false
Answer» B. false
Explanation: prim’s algorithm outperforms the kruskal’s algorithm in case of the dense graphs. it is significantly faster if graph has more edges than the kruskal’s algorithm.

Discussion