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: | Oliver Bandel <oliver@f...> |
| Subject: | Re: [Caml-list] Sudoku solver |
On Tue, Nov 15, 2005 at 12:56:17PM -0800, Karl Zilles wrote: > 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. Well, yesterday was the first time I had contact to Sudoku at all. I looked for pTeX, the japanese descendant of TeX and found this page: http://www.users.waitrose.com/~nihilist/sudoku.html After I read that I thought, maybe to rewrite it in OCaml. But it seems this work was already done. Ciao, Oliver