This program prompts the user for a text file containing puzzle data, attempts to solve the puzzle using a brute force algorithm, and prints the solution along with the time it took to solve. I've included 3 sample puzzle files in the "res" folder. "Sub-box width/height" refers to the dimensions of the inner boxes in the puzzle. For example, a 9x9 puzzle has 9 3x3 sub-boxes. The 6x6 puzzle that I've included has sub-box dimensions of 3x2.
This version does not contain any GUI components, so it must be run from the command line.
Features
- Java 7
- Brute Force, Recursive Algorithm
- Prints time to solve in milliseconds
- Rich set of in-line comments
- Files uploaded in an Eclipse project format
Categories
Brute ForceFollow Brute-Force Sudoku Solver
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Brute-Force Sudoku Solver!