YuNing's Thought

Home

❯

Notes

❯

Kruskal Algorithm

Kruskal Algorithm

Nov 05, 20231 min read

Use Greedy algorithm to find the minimum spanning tree.

Running time analysis

For a graph G=(V,E) , it depends on the specific implementation of the disjoint-set data structure.
O(ElgV)

  • Prim’s Algorithm

Graph View

Backlinks

  • Graph Algorithm
  • Graph Theory
  • Union Find

Created with Quartz v4.5.2 © 2025

  • GitHub
  • Discord Community