<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sudoku/TODO, branch master</title>
<subtitle>A naïve solver for sudoku puzzles</subtitle>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/'/>
<entry>
<title>Fix the implementation</title>
<updated>2019-03-10T08:16:19+00:00</updated>
<author>
<name>David Phillips</name>
<email>david@sighup.nz</email>
</author>
<published>2019-03-10T07:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nah.nz/sudoku/commit/?id=b434d87ee4deb9cc07af1be79d90b874fa139321'/>
<id>b434d87ee4deb9cc07af1be79d90b874fa139321</id>
<content type='text'>
A number of things wrong with the quickie code initially committed,
chiefly not mutating the caller's copy of the board when that was the
intention. This commit fixes this and produces a working solver for all
boards that can be solved without exploration/uncertainty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A number of things wrong with the quickie code initially committed,
chiefly not mutating the caller's copy of the board when that was the
intention. This commit fixes this and produces a working solver for all
boards that can be solved without exploration/uncertainty.
</pre>
</div>
</content>
</entry>
</feed>
