Skip to content

Files

16-minimum-spanning-tree

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Unit 16: Minimum spanning tree

This unit covers the following

  • Kruskal's algorithm
  • Prim's algorithm
  • Alternatives to the MST (maximum ST, minimax...)

Complementary notes can be found in section 4.3 of the book Competitive Programming 3.

Prerequisites

Practice problems

problems marked with (!) are recommended as beginning exercise

Standard MST

Alternatives