Java Sudoku Solver Birkbeck
This is the Java Sudoku Solver package for Software & Programming 2 assignment. The easy Sudoku can be solved using various techniques and mine is probably the easiest to understand if you’re not the Java Wizz, at least not yet.
What you get in the zip file is:
- SudokuSolver – all methods responsible for computing the solution
- Sudoku – main method + printing method
- Sudoku Test – JUnit 4 test class – testing all methods within SudokuSolver class
As I said, it will come handy if you are the Java beginner, and if you have a better code then this why don’t you share it!
November 9th, 2008 in
Programming | tags: birkbeck, java, programming, software, sudoku, sudoku solver

