<?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>Function13.net &#187; sudoku</title>
	<atom:link href="http://www.function13.net/tag/sudoku/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.function13.net</link>
	<description>A blog about technology and code.</description>
	<lastBuildDate>Tue, 23 Feb 2010 07:37:41 +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>Sudoku Solver in Java</title>
		<link>http://www.function13.net/2009/12/14/sudoku-solver-in-java/</link>
		<comments>http://www.function13.net/2009/12/14/sudoku-solver-in-java/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:52:56 +0000</pubDate>
		<dc:creator>lijamez</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[arc consistency]]></category>
		<category><![CDATA[domain splitting]]></category>
		<category><![CDATA[sudoku]]></category>
		<category><![CDATA[sudoku solver]]></category>

		<guid isPermaLink="false">http://www.function13.net/?p=519</guid>
		<description><![CDATA[
This is a Sudoku solver that uses arc consistency and domain splitting. Also able to tell if a board has no or many solutions.
Download SudokuSolver




			Share this on Reddit
		

			Digg this!
		

			Share this on del.icio.us
		

			Stumble upon something good? Share it on StumbleUpon
		

			Share this on Facebook
		

			Share this on LinkedIn
		

			
		

			Submit this to SlashDot
		

			Blog this on Blogger
		




]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-521" title="SudokuSolver" src="http://www.function13.net/wp-content/SudokuSolver.PNG" alt="SudokuSolver" width="469" height="467" /></p>
<p>This is a Sudoku solver that uses arc consistency and domain splitting. Also able to tell if a board has no or many solutions.</p>
<p><a href="http://www.function13.net/wp-content/SudokuSolver.zip">Download SudokuSolver</a></p>
<p><!-- Begin SexyBookmarks Menu Code --></p>
<div class="sexy-bookmarks sexy-bookmarks-expand sexy-bookmarks-spaced">
<ul class="socials">
<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;title=Sudoku+Solver+in+Java" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;title=Sudoku+Solver+in+Java" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
<li class="sexy-delicious">
			<a href="http://delicious.com/post?url=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;title=Sudoku+Solver+in+Java" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;title=Sudoku+Solver+in+Java" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;t=Sudoku+Solver+in+Java" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;title=Sudoku+Solver+in+Java&amp;summary=%0D%0A%0D%0AThis%20is%20a%20Sudoku%20solver%20that%20uses%20arc%20consistency%20and%20domain%20splitting.%20Also%20able%20to%20tell%20if%20a%20board%20has%20no%20or%20many%20solutions.%0D%0A%0D%0ADownload%20SudokuSolver&amp;source=Function13.net" rel="nofollow" title="Share this on LinkedIn">Share this on LinkedIn</a>
		</li>
<li class="sexy-google">
			<a href="" rel="nofollow" title=""></a>
		</li>
<li class="sexy-slashdot">
			<a href="http://slashdot.org/bookmark.pl?url=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;title=Sudoku+Solver+in+Java" rel="nofollow" title="Submit this to SlashDot">Submit this to SlashDot</a>
		</li>
<li class="sexy-blogger">
			<a href="http://www.blogger.com/blog_this.pyra?t&amp;u=http://www.function13.net/2009/12/14/sudoku-solver-in-java/&amp;n=Sudoku+Solver+in+Java&amp;pli=1" rel="nofollow" title="Blog this on Blogger">Blog this on Blogger</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<p><!-- End SexyBookmarks Menu Code --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.function13.net/2009/12/14/sudoku-solver-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
