From: Jimmy Kofler Date: 2008-05-12T18:27:43+09:00 Subject: Re: Looking for a Sudoku Algorithm to implement in Ruby > Looking for a Sudoku Algorithm to implement in Ruby > Posted by Victor Reyes (Guest) on 10.11.2007 17:51 > Hey, > >Did anyone know of a Sudoku algorithm, which I can use to implement a Ruby solution? > . . . Here's yet another one: Sudoku solver in Ruby using SAT (Boolean satisfiability problem) http://eli.thegreenplace.net/programs-and-code/ Cheers, j.k. -- Posted via http://www.ruby-forum.com/.