mtacchino / sudoku-solver-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%