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

https://github.com/amn-max/sudokusolverbacktracking

Live Solve Sudoku by one by one assigning numbers to empty cells using one of Brute force methods called Backtracking.
https://github.com/amn-max/sudokusolverbacktracking

backtracking-algorithm live sudoku sudoku-solver

Last synced: 2 months ago
JSON representation

Live Solve Sudoku by one by one assigning numbers to empty cells using one of Brute force methods called Backtracking.

Awesome Lists containing this project

README

        

# Sudoku_Solver_Backtracking
Solve Sudoku by one by one assigning numbers to empty cells using one of Brute force methods called Backtracking.

This code also shows the working of backtracking. Just vary the sleep value to increase or decrease the speed.