<?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: Computer Algorithms: Minimum and Maximum</title>
	<atom:link href="/2012/05/21/computer-algorithms-minimum-and-maximum/feed/" rel="self" type="application/rss+xml" />
	<link>/2012/05/21/computer-algorithms-minimum-and-maximum/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: samuel</title>
		<link>/2012/05/21/computer-algorithms-minimum-and-maximum/comment-page-1/#comment-446349</link>
		<dc:creator><![CDATA[samuel]]></dc:creator>
		<pubDate>Mon, 20 Mar 2017 16:01:06 +0000</pubDate>
		<guid isPermaLink="false">/?p=3134#comment-446349</guid>
		<description><![CDATA[please write an algorithm that returns two maximum numbers? mean that if two numbers are equal and thus numbers are max return the two numbers]]></description>
		<content:encoded><![CDATA[<p>please write an algorithm that returns two maximum numbers? mean that if two numbers are equal and thus numbers are max return the two numbers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ND</title>
		<link>/2012/05/21/computer-algorithms-minimum-and-maximum/comment-page-1/#comment-413923</link>
		<dc:creator><![CDATA[ND]]></dc:creator>
		<pubDate>Tue, 19 Jul 2016 09:23:15 +0000</pubDate>
		<guid isPermaLink="false">/?p=3134#comment-413923</guid>
		<description><![CDATA[VERY VERY BAD]]></description>
		<content:encoded><![CDATA[<p>VERY VERY BAD</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khieo panha</title>
		<link>/2012/05/21/computer-algorithms-minimum-and-maximum/comment-page-1/#comment-402259</link>
		<dc:creator><![CDATA[khieo panha]]></dc:creator>
		<pubDate>Sun, 27 Mar 2016 04:04:01 +0000</pubDate>
		<guid isPermaLink="false">/?p=3134#comment-402259</guid>
		<description><![CDATA[write an algorithm and program to compute M and m the max and min of the three number a,b and c respectively]]></description>
		<content:encoded><![CDATA[<p>write an algorithm and program to compute M and m the max and min of the three number a,b and c respectively</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edwin Richard</title>
		<link>/2012/05/21/computer-algorithms-minimum-and-maximum/comment-page-1/#comment-215404</link>
		<dc:creator><![CDATA[Edwin Richard]]></dc:creator>
		<pubDate>Wed, 10 Dec 2014 06:54:12 +0000</pubDate>
		<guid isPermaLink="false">/?p=3134#comment-215404</guid>
		<description><![CDATA[thanks for the good lecturer,i m just looking for the fortran 77 algorithm and program to searches the table to find the smallest number and which changes the the table&#039;s contents so that the numbers appear in order of size.
 i will appreciate for the assistance,thanks a lot]]></description>
		<content:encoded><![CDATA[<p>thanks for the good lecturer,i m just looking for the fortran 77 algorithm and program to searches the table to find the smallest number and which changes the the table&#8217;s contents so that the numbers appear in order of size.<br />
 i will appreciate for the assistance,thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>/2012/05/21/computer-algorithms-minimum-and-maximum/comment-page-1/#comment-19242</link>
		<dc:creator><![CDATA[Ali]]></dc:creator>
		<pubDate>Thu, 29 Aug 2013 08:55:16 +0000</pubDate>
		<guid isPermaLink="false">/?p=3134#comment-19242</guid>
		<description><![CDATA[Nice. What if the length of array is not found?]]></description>
		<content:encoded><![CDATA[<p>Nice. What if the length of array is not found?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Partha Pratim Sirker</title>
		<link>/2012/05/21/computer-algorithms-minimum-and-maximum/comment-page-1/#comment-18507</link>
		<dc:creator><![CDATA[Partha Pratim Sirker]]></dc:creator>
		<pubDate>Mon, 11 Feb 2013 04:41:00 +0000</pubDate>
		<guid isPermaLink="false">/?p=3134#comment-18507</guid>
		<description><![CDATA[I have provided the java complete code for the same, finding maximum and minimum with minimum number of comparisons. Here I have provided the pairing comparison method and divide and conquer method. http://www.dsalgo.com/2013/02/FindMinMax.php.html]]></description>
		<content:encoded><![CDATA[<p>I have provided the java complete code for the same, finding maximum and minimum with minimum number of comparisons. Here I have provided the pairing comparison method and divide and conquer method. <a href="http://www.dsalgo.com/2013/02/FindMinMax.php.html" rel="nofollow">http://www.dsalgo.com/2013/02/FindMinMax.php.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
