<?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: Sudoku is Groovy</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2010/01/25/sudoku-is-groovy/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2010/01/25/sudoku-is-groovy/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sudoku GameRulesStrategy at BarneyBlog</title>
		<link>https://www.barneyb.com/barneyblog/2010/01/25/sudoku-is-groovy/comment-page-1/#comment-203434</link>
		<dc:creator>Sudoku GameRulesStrategy at BarneyBlog</dc:creator>
		<pubDate>Wed, 27 Jan 2010 21:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1190#comment-203434</guid>
		<description>[...] couple days ago I posted about implementing a Sudoku solver in Groovy as a sort of cross-training exercise, and promised to delve into the strategies a bit more.Â  So [...]</description>
		<content:encoded><![CDATA[<p>[...] couple days ago I posted about implementing a Sudoku solver in Groovy as a sort of cross-training exercise, and promised to delve into the strategies a bit more.Â  So [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick O</title>
		<link>https://www.barneyb.com/barneyblog/2010/01/25/sudoku-is-groovy/comment-page-1/#comment-203243</link>
		<dc:creator>Rick O</dc:creator>
		<pubDate>Mon, 25 Jan 2010 22:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/?p=1190#comment-203243</guid>
		<description>I use Sudoku in my &lt;em&gt;Advanced Database Structures&lt;/em&gt; class to help drive home basic SQL concepts.  The 3-hour lesson involves unions, inner and outer joins, subqueries, indexing, primary and foreign keys, views, and even a little CASE pivoting.

By the end, after correctly setting up tables and views and inserting the starting board configuration, solving a Sudoku puzzle involves a single static INSERT SQL statement, run repeatedly until no more solutions are found.

I also worked up a CFML solution using QoQ, but I don&#039;t use it in class.  It&#039;s nowhere near as elegant, primarily because QoQ is so unwieldy and has so many bugs and restrictions.

http://code.google.com/p/nowrists/source/browse/#svn/trunk/NoWriSts/org/rickosborne/sudoku</description>
		<content:encoded><![CDATA[<p>I use Sudoku in my <em>Advanced Database Structures</em> class to help drive home basic SQL concepts.  The 3-hour lesson involves unions, inner and outer joins, subqueries, indexing, primary and foreign keys, views, and even a little CASE pivoting.</p>
<p>By the end, after correctly setting up tables and views and inserting the starting board configuration, solving a Sudoku puzzle involves a single static INSERT SQL statement, run repeatedly until no more solutions are found.</p>
<p>I also worked up a CFML solution using QoQ, but I don't use it in class.  It's nowhere near as elegant, primarily because QoQ is so unwieldy and has so many bugs and restrictions.</p>
<p><a href="http://code.google.com/p/nowrists/source/browse/#svn/trunk/NoWriSts/org/rickosborne/sudoku" rel="nofollow">http://code.google.com/p/nowrists/source/browse/#svn/trunk/NoWriSts/org/rickosborne/sudoku</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
