<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>minimum spanning tree on Changlin&#39;s Blog</title>
    <link>https://timely-sprinkles-c55fc0.netlify.app/tags/minimum-spanning-tree/</link>
    <description>Recent content in minimum spanning tree on Changlin&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 18 Dec 2023 17:56:52 -0600</lastBuildDate><atom:link href="https://timely-sprinkles-c55fc0.netlify.app/tags/minimum-spanning-tree/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Minimum Spanning Tree</title>
      <link>https://timely-sprinkles-c55fc0.netlify.app/posts/mst/</link>
      <pubDate>Mon, 18 Dec 2023 17:56:52 -0600</pubDate>
      
      <guid>https://timely-sprinkles-c55fc0.netlify.app/posts/mst/</guid>
      <description>Minimum Spanning Tree A minimum spanning tree (MST) or minimum weight spanning tree is a subset of the edges of a connected, edge-weighted undirected graph that connects all the vertices together, without any cycles and with the minimum possible total edge weight. That is, it is a spanning tree whose sum of edge weights is as small as possible.
Kruskal&amp;rsquo;s Algorithm Kruskal’s algorithm to find the minimum cost spanning tree uses the greedy approach.</description>
    </item>
    
  </channel>
</rss>
