An open API service indexing awesome lists of open source software.

https://github.com/hanrodz/sudoku-solver

Use the backtracking algorithm to solve sudoku boards that have a solution.
https://github.com/hanrodz/sudoku-solver

backtracking-algorithm sudoku sudoku-solver

Last synced: 15 days ago
JSON representation

Use the backtracking algorithm to solve sudoku boards that have a solution.

Awesome Lists containing this project

README

          

# Sudoku solver
This program makes use of a backtracking algorithm to find the solution for a given incomplete sudoku board.