Find Sudoku Algorithm Solutions in Java - n Size

  • Context: Java 
  • Thread starter Thread starter you878
  • Start date Start date
  • Tags Tags
    Algorithm Sudoku
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
you878
Messages
9
Reaction score
0
I'm writing a program in java and I need to find an algorithm to calculate all possible sudoku solutions for a board of size n. I don't need to know how to solve it, just how many possibilities there are.
 
Physics news on Phys.org
Why don't you address the 9x9 playing board?
 
you878 said:
I'm writing a program in java and I need to find an algorithm to calculate all possible sudoku solutions for a board of size n. I don't need to know how to solve it, just how many possibilities there are.

Are you looking for something like this?
http://en.wikipedia.org/wiki/Mathematics_of_Sudoku"
 
Last edited by a moderator: