Skip to content

toofuu/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is an exercise project which solves sudokus. 
It stays quite near to the algorithm in the inspiring post of Peter Norvig (http://norvig.com/sudoku.html), with a few tweaks, but also tries to be idiomatic clojure.

I got aware of another attempt has been made in clojure (http://jkkramer.wordpress.com/2011/03/29/clojure-python-side-by-side/), which looks quite different because I didn't look at that code until I was finished.
There's one exception though: I actually copied the display-function because I was focussing on the algorithm itself and was lazy on the print output :)

About

A sudoku solver in clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published