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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Brute-Force Sudoku Solver!