/sudoku-solver-js

Primary LanguageJavaScriptMIT LicenseMIT

Sudoku Solver

A JavaScript application to solve Sudoku puzzles.

Each cell is checked for all possible values (and solved if there is only one possible value), then a recursive backtracking algorithm is used to solve the remaining cells