<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: C++ programs to implement the Prim’s algorithm to generate a minimum cost spanning tree	</title>
	<atom:link href="https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%E2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Tue, 08 Sep 2015 04:04:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>
		By: dipali		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-129346</link>

		<dc:creator><![CDATA[dipali]]></dc:creator>
		<pubDate>Tue, 08 Sep 2015 04:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-129346</guid>

					<description><![CDATA[there is cout not in scop as well as getch not declare scop these error are occured what i should do. in cpp lanugage]]></description>
			<content:encoded><![CDATA[<p>there is cout not in scop as well as getch not declare scop these error are occured what i should do. in cpp lanugage</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nitin Kumar		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-90785</link>

		<dc:creator><![CDATA[Nitin Kumar]]></dc:creator>
		<pubDate>Fri, 20 Mar 2015 06:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-90785</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-9209&quot;&gt;khairul&lt;/a&gt;.

Above code is really bad. see this for better explanation :- &lt;a href=&quot;http://www.easycppcodes.com/trees/program-minimum-spanning-tree-prims-cpp/&quot; rel=&quot;nofollow&quot;&gt;MST using Prim&#039;s algorithm&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-9209">khairul</a>.</p>
<p>Above code is really bad. see this for better explanation :- <a href="http://www.easycppcodes.com/trees/program-minimum-spanning-tree-prims-cpp/" rel="nofollow">MST using Prim&#8217;s algorithm</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sumi		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-10426</link>

		<dc:creator><![CDATA[Sumi]]></dc:creator>
		<pubDate>Wed, 05 Feb 2014 11:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-10426</guid>

					<description><![CDATA[missing of vertex 7 
output shows 1 6 5 4 3 2

what can i do for this?]]></description>
			<content:encoded><![CDATA[<p>missing of vertex 7<br />
output shows 1 6 5 4 3 2</p>
<p>what can i do for this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vishv		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-10221</link>

		<dc:creator><![CDATA[vishv]]></dc:creator>
		<pubDate>Wed, 09 Oct 2013 05:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-10221</guid>

					<description><![CDATA[Come on guys... give it a break. After reading this long discuss I decided to give you guys perfect code for Prim&#039;s Algorithm. Its in C++ and its very easy to understand plus it works as well

http://in.docsity.com/en-docs/Prim_Algorithm_-_C_plus_plus_Code]]></description>
			<content:encoded><![CDATA[<p>Come on guys&#8230; give it a break. After reading this long discuss I decided to give you guys perfect code for Prim&#8217;s Algorithm. Its in C++ and its very easy to understand plus it works as well</p>
<p><a href="http://in.docsity.com/en-docs/Prim_Algorithm_-_C_plus_plus_Code" rel="nofollow ugc">http://in.docsity.com/en-docs/Prim_Algorithm_-_C_plus_plus_Code</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: gautham		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-9287</link>

		<dc:creator><![CDATA[gautham]]></dc:creator>
		<pubDate>Wed, 05 Dec 2012 10:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-9287</guid>

					<description><![CDATA[what pgm is this...........................bosssssssssssssss]]></description>
			<content:encoded><![CDATA[<p>what pgm is this&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;bosssssssssssssss</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: khairul		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-9209</link>

		<dc:creator><![CDATA[khairul]]></dc:creator>
		<pubDate>Tue, 20 Nov 2012 22:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-9209</guid>

					<description><![CDATA[can we use m=another number ?]]></description>
			<content:encoded><![CDATA[<p>can we use m=another number ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: lakshmi		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-9002</link>

		<dc:creator><![CDATA[lakshmi]]></dc:creator>
		<pubDate>Mon, 01 Oct 2012 16:26:16 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-9002</guid>

					<description><![CDATA[what is &quot;using namespace std&quot; its not working]]></description>
			<content:encoded><![CDATA[<p>what is &#8220;using namespace std&#8221; its not working</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sonu		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-8946</link>

		<dc:creator><![CDATA[sonu]]></dc:creator>
		<pubDate>Mon, 24 Sep 2012 04:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-8946</guid>

					<description><![CDATA[kya h ye????????????kya bkwas h......koi dhng ka code bnaya kro.......koi to standard rkho...............huuuuhhhhhhhhh...................]]></description>
			<content:encoded><![CDATA[<p>kya h ye????????????kya bkwas h&#8230;&#8230;koi dhng ka code bnaya kro&#8230;&#8230;.koi to standard rkho&#8230;&#8230;&#8230;&#8230;&#8230;huuuuhhhhhhhhh&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: hunTer		</title>
		<link>https://studentprojects.in/software-development/cpp/cpp-programs/cpp-data-structure/c-programs-to-implement-the-prim%e2%80%99s-algorithm-to-generate-a-minimum-cost-spanning-tree/comment-page-1/#comment-8868</link>

		<dc:creator><![CDATA[hunTer]]></dc:creator>
		<pubDate>Mon, 10 Sep 2012 10:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://studentprojects.in/?p=1021#comment-8868</guid>

					<description><![CDATA[wrong program.... bilkul galat hai ye to...]]></description>
			<content:encoded><![CDATA[<p>wrong program&#8230;. bilkul galat hai ye to&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
