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
Auth0 for AI Agents now in GA
Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Brute-Force Sudoku Solver!