Minimum Spanning Trees

Estimated Time

15 minutes

Learning Objectives of this Module :

In this module, we will :

  • Gain the intuition for Prim's Algorithm
  • Learn which edge to add to MST
  • Learn about the primitive Prim's algorithm
  • Practice the algorithm
  • Test your conceptual understanding with a short quiz