<?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: A Kakuro Solver</title>
	<atom:link href="http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/</link>
	<description>A blog for odd things and odd thoughts.</description>
	<lastBuildDate>Wed, 10 Mar 2010 17:00:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chandresh</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-217675</link>
		<dc:creator>chandresh</dc:creator>
		<pubDate>Fri, 04 Dec 2009 15:14:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-217675</guid>
		<description>hi,
i am getting project on kakuro in my college..using C language..
but i cant understand how to implement it in C language.
please help me if you know please guide me.</description>
		<content:encoded><![CDATA[<p>hi,<br />
i am getting project on kakuro in my college..using C language..<br />
but i cant understand how to implement it in C language.<br />
please help me if you know please guide me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: how to solve kakuro &#8211; Latest how to solve kakuro news &#8211; Free Sudoku, Kakuro and Alphadoku Puzzles</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-214536</link>
		<dc:creator>how to solve kakuro &#8211; Latest how to solve kakuro news &#8211; Free Sudoku, Kakuro and Alphadoku Puzzles</dc:creator>
		<pubDate>Thu, 12 Nov 2009 08:59:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-214536</guid>
		<description>[...] OddThinking &#187; A Kakuro Solver [...]</description>
		<content:encoded><![CDATA[<p>[...] OddThinking &#187; A Kakuro Solver [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: UltraMadWizard</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-205983</link>
		<dc:creator>UltraMadWizard</dc:creator>
		<pubDate>Thu, 30 Jul 2009 07:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-205983</guid>
		<description>Hi,
I have recently written my own kakuro-solver and want to test it now. Does anyone know a website where I can find extremly hard kakuros (I mean 25 times 25 or something like that, the maximum value of the summands can be arbitrary( but must be known ahead of corse) and doesn&#039;t necessarily has to be 9 (but can be 9 of corse)). Or could someone having an ultra-hard Kakuro available please post it or send me.

thx+bye.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have recently written my own kakuro-solver and want to test it now. Does anyone know a website where I can find extremly hard kakuros (I mean 25 times 25 or something like that, the maximum value of the summands can be arbitrary( but must be known ahead of corse) and doesn&#8217;t necessarily has to be 9 (but can be 9 of corse)). Or could someone having an ultra-hard Kakuro available please post it or send me.</p>
<p>thx+bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-205856</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 28 Jul 2009 21:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-205856</guid>
		<description>Can you send me the algorithm?</description>
		<content:encoded><![CDATA[<p>Can you send me the algorithm?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bigdogdman</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-204463</link>
		<dc:creator>bigdogdman</dc:creator>
		<pubDate>Wed, 15 Jul 2009 16:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-204463</guid>
		<description>After scouring the internet, the only two pages I could find on kakuro solvers were this one and http://kakuro-solver.blogspot.com/2006/08/kakuro-solver.html

All I&#039;m looking for is some sample code that already works to expand upon and tweak; your animated solver fit the bill perfectly, since I&#039;m not as up to speed on graphical coding as I am on algorithms. Is your python code available for examination by any chance?

Thx for the post BTW; it was very helpful in my own kakuro-solving endeavors.</description>
		<content:encoded><![CDATA[<p>After scouring the internet, the only two pages I could find on kakuro solvers were this one and <a href="http://kakuro-solver.blogspot.com/2006/08/kakuro-solver.html" rel="nofollow" class="liexternal">http://kakuro-solver.blogspot.com/2006/08/kakuro-solver.html</a></p>
<p>All I&#8217;m looking for is some sample code that already works to expand upon and tweak; your animated solver fit the bill perfectly, since I&#8217;m not as up to speed on graphical coding as I am on algorithms. Is your python code available for examination by any chance?</p>
<p>Thx for the post BTW; it was very helpful in my own kakuro-solving endeavors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A simple Kakuro solver &#124; Meilofs website</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-163854</link>
		<dc:creator>A simple Kakuro solver &#124; Meilofs website</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:36:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-163854</guid>
		<description>[...] wrote about implementing a simplistic solver which does essentially the same as mine but doesn&#8217;t have the queue structure and [...]</description>
		<content:encoded><![CDATA[<p>[...] wrote about implementing a simplistic solver which does essentially the same as mine but doesn&#8217;t have the queue structure and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OddThinking &#187; Solving the Circuit Game</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-145457</link>
		<dc:creator>OddThinking &#187; Solving the Circuit Game</dc:creator>
		<pubDate>Wed, 17 Sep 2008 06:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-145457</guid>
		<description>[...] readers will be familiar with my approach to puzzle-solving, and will remember a number of different puzzles that I automated in the [...]</description>
		<content:encoded><![CDATA[<p>[...] readers will be familiar with my approach to puzzle-solving, and will remember a number of different puzzles that I automated in the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kakuro ATK</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-115410</link>
		<dc:creator>Kakuro ATK</dc:creator>
		<pubDate>Thu, 01 May 2008 14:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-115410</guid>
		<description>There are many techniques to solve a Kakuro puzzle.  When the simple techniques don&#039;t work, you need to use a more complicated solve technique.  This can get to a point where it almost looks but not impossible to solve and may take a long time using a automatic solver let alone solving it by hand.  Just as long that there is only one solution that will work.  Try this online game: &lt;a href=&quot;http://www.atksolutions.com/games/kakuro.html&quot; title=&quot;kakuro&quot; rel=&quot;nofollow&quot;&gt;Kakuro&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>There are many techniques to solve a Kakuro puzzle.  When the simple techniques don&#8217;t work, you need to use a more complicated solve technique.  This can get to a point where it almost looks but not impossible to solve and may take a long time using a automatic solver let alone solving it by hand.  Just as long that there is only one solution that will work.  Try this online game: <a href="http://www.atksolutions.com/games/kakuro.html" title="kakuro" rel="nofollow" class="liexternal">Kakuro</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pptpin1</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-115172</link>
		<dc:creator>pptpin1</dc:creator>
		<pubDate>Wed, 30 Apr 2008 16:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-115172</guid>
		<description>I&#039;m sorry ,but  I don&#039;t  understand the  Algorithm  well enough .Could you give me some  more drtails asap? Thanks a lot!</description>
		<content:encoded><![CDATA[<p>I&#8217;m sorry ,but  I don&#8217;t  understand the  Algorithm  well enough .Could you give me some  more drtails asap? Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: OddThinking &#187; Happy Third Anniversary, OddThinking!</title>
		<link>http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/comment-page-1/#comment-107973</link>
		<dc:creator>OddThinking &#187; Happy Third Anniversary, OddThinking!</dc:creator>
		<pubDate>Thu, 10 Apr 2008 21:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.somethinkodd.com/oddthinking/2006/02/12/a-kakuro-solver/#comment-107973</guid>
		<description>[...] A Kakuro Solver [...]</description>
		<content:encoded><![CDATA[<p>[...] A Kakuro Solver [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
