sudoku-solver
sudoku-solver copied to clipboard
A java based sudoku solver using recursive backtracking and some simple solution algorithms.
Sudoku Solver
The goal of this project was to create a Sudoku Solver in Java using both some simplistic solving techniques, as well as a recursive backtracking algorithm once the simplistic techniques were exhausted.