Software Engineering KB

Home

❯

01 Foundations

❯

01 Algorithms

❯

01 Concept

❯

Minimum Spanning Tree

Minimum Spanning Tree

Feb 10, 20261 min read

  • algorithms
  • graph-algorithms
  • minimum-spanning-tree

Minimum Spanning Tree

← Back to Graph Algorithms

A subset of edges that connects all vertices in a weighted undirected graph with the minimum possible total edge weight and no cycles. Used in network design, clustering, and approximation algorithms.

Key Properties

  • Prim’s Algorithm
  • Kruskal’s Algorithm

Related

  • Shortest Path (related optimization on graphs)

algorithms graph-algorithms minimum-spanning-tree


Graph View

  • Minimum Spanning Tree
  • Key Properties
  • Related

Backlinks

  • Graph Algorithms
  • Kruskal's Algorithm
  • Prim's Algorithm

Created with Quartz v4.5.2 © 2026

  • GitHub