/Sudoku_Solver

This is a Java implementation of a Sudoku puzzle solver. Given an unsolved Sudoku puzzle, the program finds the solution using a backtracking algorithm.

Primary LanguageJava

Watchers