<?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: Sort numbers in Java to find minimum and maximum values without using Array</title>
	<atom:link href="http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/</link>
	<description>Effective programming and blogging tips by Zaheer Paracha</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:00:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Funmi F</title>
		<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/comment-page-1/#comment-1730</link>
		<dc:creator>Funmi F</dc:creator>
		<pubDate>Fri, 28 Oct 2011 05:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1274#comment-1730</guid>
		<description>The following can also work:

    Double[] dblArr = {a, b, c, x, y};
    double x=Collections.min(Arrays.asList(dblArr));
    double y = Collections.max(Arrays.asList(dblArr));</description>
		<content:encoded><![CDATA[<p>The following can also work:</p>
<p>    Double[] dblArr = {a, b, c, x, y};<br />
    double x=Collections.min(Arrays.asList(dblArr));<br />
    double y = Collections.max(Arrays.asList(dblArr));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kumpulan Artikel Menarik</title>
		<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/comment-page-1/#comment-1708</link>
		<dc:creator>Kumpulan Artikel Menarik</dc:creator>
		<pubDate>Fri, 14 Oct 2011 07:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1274#comment-1708</guid>
		<description>thanks i will use this script codes</description>
		<content:encoded><![CDATA[<p>thanks i will use this script codes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RAGHAV</title>
		<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/comment-page-1/#comment-1706</link>
		<dc:creator>RAGHAV</dc:creator>
		<pubDate>Wed, 12 Oct 2011 18:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1274#comment-1706</guid>
		<description>we can even divide the numbers in two - two parts n use if statements to compare the larger  n smaller value .. that is a much easier way to understand .. according to me ! :)</description>
		<content:encoded><![CDATA[<p>we can even divide the numbers in two &#8211; two parts n use if statements to compare the larger  n smaller value .. that is a much easier way to understand .. according to me ! <img src='http://www.zparacha.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corazon</title>
		<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/comment-page-1/#comment-1704</link>
		<dc:creator>Corazon</dc:creator>
		<pubDate>Thu, 06 Oct 2011 12:48:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1274#comment-1704</guid>
		<description>Nice article ! But I don&#039;t think I can cope with it . LOL ! My nose is bleeding when it comes to math .</description>
		<content:encoded><![CDATA[<p>Nice article ! But I don&#8217;t think I can cope with it . LOL ! My nose is bleeding when it comes to math .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mailin.fr</title>
		<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/comment-page-1/#comment-1703</link>
		<dc:creator>mailin.fr</dc:creator>
		<pubDate>Wed, 05 Oct 2011 19:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1274#comment-1703</guid>
		<description>I did a course of Java and for this method i&#039;ve learned another algorithm. This method works too.</description>
		<content:encoded><![CDATA[<p>I did a course of Java and for this method i&#8217;ve learned another algorithm. This method works too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Do it Yourself website</title>
		<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/comment-page-1/#comment-1230</link>
		<dc:creator>Do it Yourself website</dc:creator>
		<pubDate>Tue, 07 Dec 2010 06:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1274#comment-1230</guid>
		<description>this is great! i havnt thought about this procedure.</description>
		<content:encoded><![CDATA[<p>this is great! i havnt thought about this procedure.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mandeep</title>
		<link>http://www.zparacha.com/sort-numbers-in-java-find-minimum-and-maximum-values-without-using-array/comment-page-1/#comment-1170</link>
		<dc:creator>Mandeep</dc:creator>
		<pubDate>Sat, 11 Sep 2010 02:08:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zparacha.com/?p=1274#comment-1170</guid>
		<description>Genius! I didn&#039;t know of those methods in java, Math.min() and Math.max(); Very useful thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Genius! I didn&#8217;t know of those methods in java, Math.min() and Math.max(); Very useful thanks for sharing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

