Minimum spanning tree

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 19 6:35
Editor
Edited
Edited
2023 Nov 28 6:49
Refs
Refs

MST

Connecting all vertices with the minimum cost
notion image
 

Prim’s algorithm

notion image
notion image
notion image
Initialization need and each vertex, we need to choose next
So
Fibonacci heap
is best for this algorithm for worst case
but as an
Amortized analysis
averages the running times of operations in a sequence over that sequence.
 
 
 
 
 
 

Recommendations