Re: Is it possible to make a program to generate a sudoku
- From: Roland de Ruiter <roland.de.ruiter@xxxxxxxxxxxxxxx>
- Date: Sun, 13 Aug 2006 13:13:40 +0200
On 13-8-2006 9:13, corporal commander wrote:
is it possible to make a program for generating a sudoku?if so how?Yes that is possible. How? Well basically convert all the constraints in
a Sudoku square into a program. Fill the square with numbers, check if all constraints are valid. If so, you'll have one Sudoko almost ready to be solved (remove some entries from the square). If not, try again.
At <http://en.wikipedia.org/wiki/Sudoku> you'll find references to some Sudoku solvers programmed in Java. That may give you a start.
--
Regards,
Roland
.
- References:
- Is it possible to make a program to generate a sudoku
- From: corporal commander
- Is it possible to make a program to generate a sudoku
- Prev by Date: Is it possible to make a program to generate a sudoku
- Next by Date: Re: Article: Debunking the Myth of High-level Languages
- Previous by thread: Is it possible to make a program to generate a sudoku
- Next by thread: Re: Is it possible to make a program to generate a sudoku
- Index(es):
Relevant Pages
|