Home

❯

Computer Science

❯

Minimum Spanning Tree Algorithm

Minimum Spanning Tree Algorithm

Jan 07, 20251 min read

A Graph Algorithm. Find the [Minimum Spanning Tree] of a Graph, i.e. all Spanning Trees of a Graph with the minimum possible Edge Weight.

  • Prim’s Algorithm
  • Kruskal’s Algorithm
  • Borůvka’s Algorithm

See also

Minimum Spanning Tree


Graph View

Backlinks

  • Algorithm
  • Graph Algorithm
  • Greedy Algorithm
  • Kruskal's Algorithm
  • Minimum Spanning Tree
  • Prim's Algorithm

Created with Quartz v4.5.2 © 2026

  • GitHub
  • Discord Community