Thread Closed

Sudoku Algorithm

 
Share Thread Thread Tools
Sep18-10, 11:12 AM   #1
 

Sudoku Algorithm


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.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Front-row seats to climate change
>> Attacking MRSA with metals from antibacterial clays
>> New formula invented for microscope viewing, substitutes for federally controlled drug
Sep18-10, 02:10 PM   #2
 
Why don't you address the 9x9 playing board?
 
Sep19-10, 06:32 AM   #3
 
Blog Entries: 1
Recognitions:
Gold Membership Gold Member
Quote by you878 View Post
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?
Wikipedia - Mathematics of Sudoku
 
Thread Closed
Thread Tools


Similar Threads for: Sudoku Algorithm
Thread Forum Replies
Sudoku Set Theory, Logic, Probability, Statistics 28
determine if a Sudoku puzzle is easy, medium, hard, or evil General Math 21
Help With Pseudo Coded Algorithm for The Diamond-Square Algorithm Engineering, Comp Sci, & Technology Homework 0
Sudoku General Math 9
Sudoku General Math 0