← Minimum Spanning TreeDSA 4.5.A

Kruskal's

Sort all edges by weight, add each one if it doesn't form a cycle — good for sparse graphs.

StatusPending

Notes from readers

Comments — via GitHub