Skip to content

A React App which visualizes Sudoku backtracking solving algorithm!

Notifications You must be signed in to change notification settings

venturk/Sudoku-Solver-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver Visualization

Sudoku is a logic-based number-placement puzzle. The objective is to fill a 9×9 grid with digits so that each column, each row, and each of the nine 3×3 subgrids that compose the grid contain all of the digits from 1 to 9. (From Wikipedia)

This React app generates a randomized solvable board and allows you to play this classic game puzzle. In addition, you may use the "solve" button, which will animate the backtracking solution of the current randomized board.

Currently, a simple backtracking algorithm is used.

Check out the running app (Please use Google Chrome): https://venturk.github.io/Sudoku-Solver-Visualization/

There is no support for viewing the app via a phone.

About

A React App which visualizes Sudoku backtracking solving algorithm!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published