<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bag of Beans &#187; puzzles</title>
	<atom:link href="http://bagofbeans.tsangal.org/archives/category/puzzles/feed" rel="self" type="application/rss+xml" />
	<link>http://bagofbeans.tsangal.org</link>
	<description>Caffeine not included.</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:29:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>xkcd: Blue Eyes &#8211; The Hardest Logic Puzzle in the World</title>
		<link>http://bagofbeans.tsangal.org/archives/432</link>
		<comments>http://bagofbeans.tsangal.org/archives/432#comments</comments>
		<pubDate>Wed, 26 Sep 2007 22:34:01 +0000</pubDate>
		<dc:creator>Beanbag</dc:creator>
				<category><![CDATA[puzzles]]></category>

		<guid isPermaLink="false">http://bagofbeans.tsangal.org/archives/432</guid>
		<description><![CDATA[xkcd presents a tough logic puzzle.

I&#8217;ve done my best to make the wording as precise and unambiguious as possible (after working through the explanation with many people), but if you&#8217;re confused about anything, please let me know. A word of warning: The answer is not simple. This is an exercise in serious logic, not a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.xkcd.com/">xkcd</a> presents a tough logic puzzle.</p>
<blockquote><p>
I&#8217;ve done my best to make the wording as precise and unambiguious as possible (after working through the explanation with many people), but if you&#8217;re confused about anything, please let me know. A word of warning: The answer is not simple. This is an exercise in serious logic, not a lateral thinking riddle. There is not a quick-and-easy answer, and really understanding it takes some effort.
</p></blockquote>
<ul>
<li><a href="http://xkcd.com/blue_eyes.html">Link</a></li>
</ul>
<p><strong>Related:</strong></p>
<ul>
<li><a href="http://bagofbeans.tsangal.org/archives/430">Classic Computer Science Puzzles</a></li>
<li><a href="http://bagofbeans.tsangal.org/archives/298">William Wu’s Riddles</a></li>
<li><a href="http://bagofbeans.tsangal.org/archives/282">Newcomb’s Paradox</a></li>
<li><a href="http://bagofbeans.tsangal.org/archives/278">13 Balls problem: One of the hardest interview questions</a></li>
<li><a href="http://bagofbeans.tsangal.org/archives/224">World’s hardest Sudoku puzzle</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bagofbeans.tsangal.org/archives/432/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Classic Computer Science Puzzles</title>
		<link>http://bagofbeans.tsangal.org/archives/430</link>
		<comments>http://bagofbeans.tsangal.org/archives/430#comments</comments>
		<pubDate>Tue, 18 Sep 2007 20:03:28 +0000</pubDate>
		<dc:creator>Beanbag</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[puzzles]]></category>

		<guid isPermaLink="false">http://bagofbeans.tsangal.org/archives/430</guid>
		<description><![CDATA[Coding Horror has a nice summary of classic puzzles in computer science, which you may have seen in your university courses.

I prefer to think of programming languages as utilitarian tools for real world problems. They let me accomplish pragmatic (and often prosaic) goals. PHP is about as unsexy a language as you&#8217;ll ever find, but [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codinghorror.com/blog/">Coding Horror</a> has a nice summary of classic puzzles in computer science, which you may have seen in your university courses.</p>
<blockquote>
<p>I prefer to think of programming languages as utilitarian tools for real world problems. They let me accomplish pragmatic (and often prosaic) goals. PHP is about as unsexy a language as you&#8217;ll ever find, but does that matter when it&#8217;s the technology driving the current Boardwalk and Park Place of the web world? I&#8217;m not a fan of puzzle questions in interviews; I&#8217;d rather have potential developers  give me a presentation or  write a reasonably useful program in the real development environment they&#8217;ll be using on the job. Solve all the puzzles you want, but the only one we&#8217;re getting paid to solve is the customer&#8217;s problem.</p>
<p>That said, many fundamental computer science concepts can be summarized well in puzzle form, which aids tremendously in teaching and learning these key concepts. Here&#8217;s a quick list of the classic computer science puzzles that I remember from my university days</p>
</blockquote>
<ul>
<li><a href="http://www.codinghorror.com/blog/archives/000951.html">Link</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bagofbeans.tsangal.org/archives/430/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>William Wu&#8217;s Riddles</title>
		<link>http://bagofbeans.tsangal.org/archives/298</link>
		<comments>http://bagofbeans.tsangal.org/archives/298#comments</comments>
		<pubDate>Thu, 18 Jan 2007 07:18:05 +0000</pubDate>
		<dc:creator>Beanbag</dc:creator>
				<category><![CDATA[math]]></category>
		<category><![CDATA[puzzles]]></category>

		<guid isPermaLink="false">http://bagofbeans.tsangal.org/archives/298</guid>
		<description><![CDATA[William Wu has quite a large collection of tech-interview style riddles and puzzles.

This is an archive of problems I&#8217;ve been collecting since the Spring of 2002. They come from many places, including word of mouth, college courses, books, and job interviews for hi-tech positions. Many are even written by members of our own forum community. [...]]]></description>
			<content:encoded><![CDATA[<p>William Wu has quite a large collection of tech-interview style riddles and puzzles.</p>
<blockquote><p>
This is an archive of problems I&#8217;ve been collecting since the Spring of 2002. They come from many places, including word of mouth, college courses, books, and job interviews for hi-tech positions. Many are even written by members of our own forum community. These carefully chosen puzzles will demand you to think in creative ways you perhaps normally would not. In fact, some will seem outright impossible at first &#8230; but once you crack them, the epiphany can be truly rapturous!
</p></blockquote>
<ul>
<li><a href="http://wuriddles.com/">Link</a> (via <a href="http://www.neatorama.com/2007/01/15/william-wus-riddles/">Neatorama</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bagofbeans.tsangal.org/archives/298/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Newcomb&#8217;s Paradox</title>
		<link>http://bagofbeans.tsangal.org/archives/282</link>
		<comments>http://bagofbeans.tsangal.org/archives/282#comments</comments>
		<pubDate>Fri, 15 Dec 2006 06:54:38 +0000</pubDate>
		<dc:creator>Beanbag</dc:creator>
				<category><![CDATA[puzzles]]></category>

		<guid isPermaLink="false">http://bagofbeans.tsangal.org/archives/282</guid>
		<description><![CDATA[Here&#8217;s another logical paradox for you to ponder.

A highly superior being from another part of the galaxy presents you with two boxes, one open and one closed. In the open box there is a thousand-dollar bill. In the closed box there is either one million dollars or there is nothing. You are to choose between [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another logical paradox for you to ponder.</p>
<blockquote>
<p>A highly superior being from another part of the galaxy presents you with two boxes, one open and one closed. In the open box there is a thousand-dollar bill. In the closed box there is either one million dollars or there is nothing. You are to choose between taking both boxes or taking the closed box only. But there&#8217;s a catch.</p>
<p>The being claims that he is able to predict what any human being will decide to do. If he predicted you would take only the closed box, then he placed a million dollars in it. But if he predicted you would take both boxes, he left the closed box empty. Furthermore, he has run this experiment with 999 people before, and has been right every time.</p>
<p>What do you do?</p>
<p>On the one hand, the evidence is fairly obvious that if you choose to take only the closed box you will get one million dollars, whereas if you take both boxes you get only a measly thousand. You&#8217;d be stupid to take both boxes.</p>
<p>On the other hand, at the time you make your decision, the closed box already is empty or else contains a million dollars. Either way, if you take both boxes you get a thousand dollars more than if you take the closed box only.</p>
</blockquote>
<ul>
<li><a href="http://www.boingboing.net/2006/12/14/newcombs_paradox_wha.html">Link</a></li>
<li>As suggested, you should read the entire essay <a href="http://members.aol.com/kiekeben/newcomb.html">here</a>.</li>
<li>You can follow the discussion <a href="http://www.quicktopic.com/38/H/dN5wx26Mw87">here</a>.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bagofbeans.tsangal.org/archives/282/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>13 Balls problem: One of the hardest interview questions</title>
		<link>http://bagofbeans.tsangal.org/archives/278</link>
		<comments>http://bagofbeans.tsangal.org/archives/278#comments</comments>
		<pubDate>Thu, 14 Dec 2006 05:34:15 +0000</pubDate>
		<dc:creator>Beanbag</dc:creator>
				<category><![CDATA[puzzles]]></category>

		<guid isPermaLink="false">http://bagofbeans.tsangal.org/archives/278</guid>
		<description><![CDATA[Brush up on your logical deduction skills for your next tech interview.

One of the most classic puzzles involving balls is figuring out the odd one out using common balance. There are many levels of puzzles based on the same concept for different levels of interviews &#8211; Simple ones for phone interviews to the most gruelling [...]]]></description>
			<content:encoded><![CDATA[<p>Brush up on your logical deduction skills for your next tech interview.</p>
<blockquote>
<p>One of the most classic puzzles involving balls is figuring out the odd one out using common balance. There are many levels of puzzles based on the same concept for different levels of interviews &#8211; Simple ones for phone interviews to the most gruelling 1 hour hard work needing hard ones.</p>
<p>Problem space<br />
The general problem is you will be given n balls and one of them is either heavier or lighter and you are asked to find out the minimum number of weighings using a common balance required to find out the odd one out.</p>
</blockquote>
<ul>
<li><a href="http://classic-puzzles.blogspot.com/2006/12/13-balls-problem-one-of-hardest.html">Link</a> (via <a href="http://programming.reddit.com/info/ueqk/comments">reddit</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bagofbeans.tsangal.org/archives/278/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>World&#8217;s hardest Sudoku puzzle</title>
		<link>http://bagofbeans.tsangal.org/archives/224</link>
		<comments>http://bagofbeans.tsangal.org/archives/224#comments</comments>
		<pubDate>Wed, 08 Nov 2006 00:31:33 +0000</pubDate>
		<dc:creator>Beanbag</dc:creator>
				<category><![CDATA[games]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[puzzles]]></category>

		<guid isPermaLink="false">http://bagofbeans.tsangal.org/archives/224</guid>
		<description><![CDATA[Supposedly, this is one of the hardest Sudoku puzzles to solve.

It&#8217;s times like these that the internet makes me most happy. When respectable online publications publish entertaining and interesting stories about the world&#8217;s hardest Sudoku puzzle, you&#8217;d at least expect them to give you a link to it, or a picture of it. Oh, yes, [...]]]></description>
			<content:encoded><![CDATA[<p>Supposedly, this is one of the hardest <a href="http://en.wikipedia.org/wiki/Sudoku">Sudoku</a> puzzles to solve.</p>
<blockquote><p>
It&#8217;s times like these that the internet makes me most happy. When respectable online publications publish entertaining and interesting stories about the world&#8217;s hardest Sudoku puzzle, you&#8217;d at least expect them to give you a link to it, or a picture of it. Oh, yes, you guessed it. They don&#8217;t. But I couldn&#8217;t find it anywhere! So I undustriously hunted, and eventually found the secret formula hidden away in an ASCII-like tomb of Sudoku knowledge.
</p></blockquote>
<div align="center"><img id="image223" src="http://bagofbeans.tsangal.org/wp-content/uploads/2006/11/al-escargot.jpg" alt="World's Hardest Sudoku Puzzle" /></div>
<ul>
<li><a href="http://zonkedyak.blogspot.com/2006/11/worlds-hardest-sudoku-puzzle-al.html">Link</a> (via <a href="http://reddit.com/info/pu18/comments">reddit</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://bagofbeans.tsangal.org/archives/224/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
