<?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>Eniaksolution.com &#187; How To</title>
	<atom:link href="http://www.eniaksolution.com/category/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eniaksolution.com</link>
	<description>Blogging here, there and elsewhere</description>
	<lastBuildDate>Wed, 16 Sep 2009 10:03:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to : solve a sudoku with a few lines of code (part 1)</title>
		<link>http://www.eniaksolution.com/2009/04/how-to-solve-a-sudoku-with-a-few-lines-of-code-part-1/</link>
		<comments>http://www.eniaksolution.com/2009/04/how-to-solve-a-sudoku-with-a-few-lines-of-code-part-1/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 19:42:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://www.eniaksolution.com/?p=308</guid>
		<description><![CDATA[This is the first tutorial on Eniaksolution.com. Hope you enjoy it!
Today, we&#8217;re going to build a small algorithm to solve (almost) all sudoku tables&#8230; The algorithm is written in C, but it can easily be converted into any other language.
The algorithm is very simple and consists in three steps:

We check any single cell.
If free, we [...]]]></description>
		<wfw:commentRss>http://www.eniaksolution.com/2009/04/how-to-solve-a-sudoku-with-a-few-lines-of-code-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
