Find Sudoku Algorithm Solutions in Java - n Size

  • Context: Java 
  • Thread starter Thread starter you878
  • Start date Start date
  • Tags Tags
    Algorithm Sudoku
Click For Summary
SUMMARY

The discussion focuses on developing a Java program to calculate the total number of possible Sudoku solutions for a board of size n. The user specifically seeks an algorithm rather than a method to solve the Sudoku puzzle. A reference to the mathematics of Sudoku is provided, indicating that the mathematical principles behind Sudoku can aid in understanding the solution space.

PREREQUISITES
  • Java programming proficiency
  • Understanding of combinatorial mathematics
  • Familiarity with backtracking algorithms
  • Knowledge of Sudoku rules and structure
NEXT STEPS
  • Research combinatorial algorithms for counting solutions
  • Learn about backtracking techniques in Java
  • Explore the mathematics of Sudoku for deeper insights
  • Investigate existing Java libraries for Sudoku generation
USEFUL FOR

Java developers, algorithm enthusiasts, mathematicians, and anyone interested in combinatorial problem-solving related to Sudoku.

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.
 
Technology 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:

Similar threads

Replies
86
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
9
Views
3K
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 14 ·
Replies
14
Views
2K