<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Guessing Game</title>
	<link>http://www.technicalinterviews.net/guessing-game/</link>
	<description>This site features a collection of common technical interview questions gathered by a group of programmers who have been through, and given, lots of technical interviews. There is an emphasis on C++ and game programming technical interviews, but most of the questions are relevant to any technical interview.</description>
	<pubDate>Tue, 06 Jan 2009 00:43:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Stuart</title>
		<link>http://www.technicalinterviews.net/guessing-game/#comment-9</link>
		<pubDate>Fri, 06 Oct 2006 03:08:52 +0000</pubDate>
		<guid>http://www.technicalinterviews.net/guessing-game/#comment-9</guid>
					<description>This is a binary search question, binary search is O(logn) so 10 (2^10 = 1024)</description>
		<content:encoded><![CDATA[<p>This is a binary search question, binary search is O(logn) so 10 (2^10 = 1024)
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
