/Sudoku-Solver

Primary LanguageJavaMIT LicenseMIT

Sudoku-Solver

This program is designed to solve a given sudoku using recursive calls that implement backtracking.

There are 3 implementations provided: C, Java, and Python.