Jump to content

generator for all sudokus

- - - - -

  • Please log in to reply
3 replies to this topic

#1
whk01

whk01

    Newbie

  • Members
  • Pip
  • 2 posts
Please, i need generator for all sudokus.

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
Do you want to create all possible sudoku solutions, all possible solutions for a given puzzle, all possible sudoku puzzles, all possible sudoku puzzles with a unique solution, or something else? Also, where the heck do you think you're going to store all this, and does the language matter (it's pretty easy in prolog, much harder in VB)?
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#3
whk01

whk01

    Newbie

  • Members
  • Pip
  • 2 posts
All sudokus -80*80. Not more 80*80

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
  • Location:Upstate, South Carolina
  • Programming Language:C, C++, PL/SQL, Delphi/Object Pascal, Pascal, Transact-SQL, Others
  • Learning:Java, C#, PHP, JavaScript, Lisp, Fortran, Haskell, Others
The upper left corner has 9! = 362880, which is much greater than 6400. That doesn't account for the remaining 8 3x3 blocks.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users