<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[JavaRanch: Latest posts for the topic "HashMap  Vs   Binary Sort"]]></title>
		<link>http://www.coderanch.com/forums/t/33/Beginning-Java/HashMap-Vs-Binary-Sort</link>
		<description><![CDATA[Latest messages posted in the topic "HashMap  Vs   Binary Sort"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[What is the difference between <a href="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html" class="api" title="Java API" target="_new" rel="nofollow">HashMap</a>(stores key/value pair) and Binary Sort ?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060163</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060163</link>
				<pubDate><![CDATA[Mon, Sep 7 2009 17:16:55 MDT]]></pubDate>
				<author><![CDATA[kri shan]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[<blockquote>
			<div>
				<cite>kri shan wrote:</cite>What is the difference between <a href="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html" class="api" title="Java API" target="_new" rel="nofollow">HashMap</a>(stores key/value pair) and Binary Sort ?</div>
		</blockquote><br /> <br /> These are two completely unrelated things. One is a collection. The other is a algorithm. And the collection doesn't have any relationship whatsoever with that algorithm.<br /> <br /> Henry]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060165</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060165</link>
				<pubDate><![CDATA[Mon, Sep 7 2009 17:19:04 MDT]]></pubDate>
				<author><![CDATA[Henry Wong]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[One's a data structure, one's a sorting algorithm.<br /> <br /> (Oops, thought I hit "Submit.")]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060183</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060183</link>
				<pubDate><![CDATA[Mon, Sep 7 2009 18:40:55 MDT]]></pubDate>
				<author><![CDATA[David Newton]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[Any direct API methods for binary serach in <a href="http://www.javaranch.com" class="faq" title="A Friendly Place for Java Greenhorns" target="_new">java</a> or i have to write code for binay search in java ?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060289</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060289</link>
				<pubDate><![CDATA[Mon, Sep 7 2009 23:54:18 MDT]]></pubDate>
				<author><![CDATA[kri shan]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[Have a look at <a class="snap_shots" href="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html" target="_new" rel="nofollow">Arrays</a>.binarySearch().]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060350</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060350</link>
				<pubDate><![CDATA[Tue, Sep 8 2009 01:10:36 MDT]]></pubDate>
				<author><![CDATA[Jesper Young]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[Which only works if they are sorted. This is a requirement of binary sort itself. Arrays.sort can help you with that.<br /> There are also similar methods in <a href="http://java.sun.com/javase/6/docs/api/java/util/Collections.html" target="_blank" rel="nofollow">java.util.Collections</a> for Lists.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060359</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060359</link>
				<pubDate><![CDATA[Tue, Sep 8 2009 01:24:02 MDT]]></pubDate>
				<author><![CDATA[Rob Prime]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[You're question is sort of like asking 'what is the difference between a house and a cookie recipe.  One IS something, the other is a list of directions on HOW TO ACCOMPLISH something.<br /> <br /> a <a href="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html" class="api" title="Java API" target="_new" rel="nofollow">HashMap</a> is a structure with some well defined properties.<br /> <br /> a Binary Sort is a way to get a bunch of things sorted - there are dozens of ways you COULD get things sorted, but this one works pretty well in many cases.]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060660</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060660</link>
				<pubDate><![CDATA[Tue, Sep 8 2009 07:16:19 MDT]]></pubDate>
				<author><![CDATA[fred rosenberger]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[<img src="http://www.chefdanielle.com/images/sculptures/gingerbreadhouse2.JPG" border="0" /><br /> <br /> 18' tall gingerbread house... sometimes a cookie recipe *is* a house!]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060672</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060672</link>
				<pubDate><![CDATA[Tue, Sep 8 2009 07:30:28 MDT]]></pubDate>
				<author><![CDATA[David Newton]]></author>
			</item>
			<item>
				<title>HashMap  Vs   Binary Sort</title>
				<description><![CDATA[Wait a minute, first you were talking about binary <b>sort</b>, and then you were asking about binary <b>search</b>.<br /> <br /> What are you looking for exactly? A <a class="snap_shots" href="http://en.wikipedia.org/wiki/Tree_sort" target="_new" rel="nofollow">tree sort</a> algorithm? Or do you have a collection that's already sorted, and you want to do a <a class="snap_shots" href="http://en.wikipedia.org/wiki/Binary_search_algorithm" target="_new" rel="nofollow">binary search</a> to find an element in the collection?]]></description>
				<guid isPermaLink="true">http://www.coderanch.com/forums/posts/preList/461525/2060751</guid>
				<link>http://www.coderanch.com/forums/posts/preList/461525/2060751</link>
				<pubDate><![CDATA[Tue, Sep 8 2009 08:37:04 MDT]]></pubDate>
				<author><![CDATA[Jesper Young]]></author>
			</item>
	</channel>
</rss>
