Question:

Which algorithm strategy is followed by Kruskal's algorithm?

Show Hint

Greedy algorithms build solutions step-by-step using the locally optimal choice — as Kruskal’s does.
Updated On: June 02, 2025
  • Divide and conquer
  • Dynamic programming
  • Greedy
  • Branch and bound
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Kruskal's algorithm builds a minimum spanning tree by selecting the smallest edge that does not form a cycle. It uses the greedy strategy.
Was this answer helpful?
0
0

TS PGECET Notification