<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>kruskal &#8211; Blog Sketch</title>
	<atom:link href="https://blog.ziaowang.top/tag/kruskal/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ziaowang.top</link>
	<description></description>
	<lastBuildDate>Sat, 19 Apr 2025 01:08:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>alg: 图论相关算法</title>
		<link>https://blog.ziaowang.top/2024/09/05/alg-graph-algorithms/</link>
					<comments>https://blog.ziaowang.top/2024/09/05/alg-graph-algorithms/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Thu, 05 Sep 2024 03:12:21 +0000</pubDate>
				<category><![CDATA[技术笔记]]></category>
		<category><![CDATA[dijkstra]]></category>
		<category><![CDATA[floyd]]></category>
		<category><![CDATA[kruskal]]></category>
		<category><![CDATA[prim]]></category>
		<category><![CDATA[topsort]]></category>
		<guid isPermaLink="false">http://localhost/mysite/?p=2913</guid>

					<description><![CDATA[<p>重申一下，alg 系列博文（本文在内）中的伪代码部分复制或改动自清华大学数据结构课程（邓俊辉课堂的）讲义，它可以从<a href="https://dsa.cs.tsinghua.edu.cn/~deng/ds/dsacpp/index.htm">这个链接</a>获取。</p>



<p>关键词：<br />最小支撑树 Minimum Spanning Tree：Prim 算法，Kruskal 算法，其中 Kruskal 算法用到了并查集<br />单源最短路径树 Shortest Path Tree / &#8230;</p>]]></description>
										<content:encoded><![CDATA[<p>重申一下，alg 系列博文（本文在内）中的伪代码部分复制或改动自清华大学数据结构课程（邓俊辉课堂的）讲义，它可以从<a href="https://dsa.cs.tsinghua.edu.cn/~deng/ds/dsacpp/index.htm">这个链接</a>获取。</p>



<p>关键词：<br />最小支撑树 Minimum Spanning Tree：Prim 算法，Kruskal 算法，其中 Kruskal 算法用到了并查集<br />单源最短路径树 Shortest Path Tree / &hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2024/09/05/alg-graph-algorithms/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
