<?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: Searching: Binary Search</title>
	<atom:link href="http://www.gadberry.com/aaron/2006/01/24/binary_search/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gadberry.com/aaron/2006/01/24/binary_search/</link>
	<description>Help - v. helped, helpÂ·ing, helps</description>
	<lastBuildDate>Mon, 02 Jan 2012 23:40:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bob</title>
		<link>http://www.gadberry.com/aaron/2006/01/24/binary_search/comment-page-1/#comment-56514</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Thu, 21 Apr 2011 06:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/01/24/binary_search/#comment-56514</guid>
		<description>Your binary search is wrong.

Try searching a 1-element array [1] for the value 2.
First iteration: low = 0, high = n = 1, mid = 0
Second iteration: low = 1, high = 1, mid = 1
Accessing B[mid], which is B[1], will go out of bounds.</description>
		<content:encoded><![CDATA[<p>Your binary search is wrong.</p>
<p>Try searching a 1-element array [1] for the value 2.<br />
First iteration: low = 0, high = n = 1, mid = 0<br />
Second iteration: low = 1, high = 1, mid = 1<br />
Accessing B[mid], which is B[1], will go out of bounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Gadberry &#187; Blog Archive &#187; Searching: Driver Program for Searches</title>
		<link>http://www.gadberry.com/aaron/2006/01/24/binary_search/comment-page-1/#comment-21</link>
		<dc:creator>Aaron Gadberry &#187; Blog Archive &#187; Searching: Driver Program for Searches</dc:creator>
		<pubDate>Wed, 25 Jan 2006 03:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.gadberry.com/aaron/2006/01/24/binary_search/#comment-21</guid>
		<description>[...] Binary Search [...]</description>
		<content:encoded><![CDATA[<p>[...] Binary Search [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.gadberry.com/aaron/2006/01/24/binary_search/feed/ ) in 0.24299 seconds, on Feb 5th, 2012 at 9:52 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 10:52 pm UTC -->
