Browse thread
Sudoku solver
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Karl Zilles <zilles@1...> |
| Subject: | Re: [Caml-list] Sudoku solver |
Jon Harrop wrote: > Here is a little OCaml program to solve Sudoku puzzles: > > http://www.ffconsultancy.com/free/sudoku/ > Heh. My parents showed me a Sudoku puzzle when I last visited them. I solved one just to get a feel for them, then wrote a simple constraint/brute force solver in OCaml for fun. Looks like a lot of us have.