<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://algorist.com/algowiki_v2/index.php?action=history&amp;feed=atom&amp;title=TADM2E_6.11</id>
		<title>TADM2E 6.11 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://algorist.com/algowiki_v2/index.php?action=history&amp;feed=atom&amp;title=TADM2E_6.11"/>
		<link rel="alternate" type="text/html" href="https://algorist.com/algowiki_v2/index.php?title=TADM2E_6.11&amp;action=history"/>
		<updated>2026-05-01T07:39:49Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://algorist.com/algowiki_v2/index.php?title=TADM2E_6.11&amp;diff=416&amp;oldid=prev</id>
		<title>GreatSalmon: Created page with &quot;Start with an arbitrary vertex. Put the edges of this vertex in a min heap, where each node of the heap contains a value equal to the weight of the edge, and a list of destina...&quot;</title>
		<link rel="alternate" type="text/html" href="https://algorist.com/algowiki_v2/index.php?title=TADM2E_6.11&amp;diff=416&amp;oldid=prev"/>
				<updated>2016-04-11T20:55:13Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;Start with an arbitrary vertex. Put the edges of this vertex in a min heap, where each node of the heap contains a value equal to the weight of the edge, and a list of destina...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Start with an arbitrary vertex. Put the edges of this vertex in a min heap, where each node of the heap contains a value equal to the weight of the edge, and a list of destination vertices.&lt;br /&gt;
While min heap is not empty, take out the min edge, remove the destination vertex from the list, and add the edge to the tree.&lt;br /&gt;
&lt;br /&gt;
For each of the n vertices, we will extract the min edge from the heap. The heap has a size of k, and each extraction operation takes &amp;lt;math&amp;gt;log(k)&amp;lt;/math&amp;gt; time. So total time will be &amp;lt;math&amp;gt;O(n*log(k))&amp;lt;/math&amp;gt;&lt;/div&gt;</summary>
		<author><name>GreatSalmon</name></author>	</entry>

	</feed>