This is an old revision of the document!


4.5. The Minimum Spanning Tree Problem

  • A Spanning Tree is a tree that spans all the nodes in a graph
  • Given a connected graph G = (V, E) with positive edge weights ce, a Minimum Spanning Tree is a subset of the edges T ⊆ E such that T is a spanning tree whose sum of edge weights is minimized.
Problem To be solved
  • We need to find the cheapest spanning tree of the graph, which is called the Minimum Spanning Tree as mentioned above

Designing the algorithm

courses/cs211/winter2012/journals/jeanpaul/chapterfour_sectionv.1330563876.txt.gz · Last modified: 2012/03/01 01:04 by mugabej
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0