8000 GitHub - husshegz/sudoku-solver: Full React Sudoku Game - Includes Backtracking Algorithm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

husshegz/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

Fully Interactive sudoku game that has the option to show how the backtracking algorithm works

Sudoku Solver Gif

Getting Started

git clone https://github.com/husshegz/sudoku-solver.git
cd sudoku-solver
yarn
yarn start

Little Blurb

The idea is that we can build a solution step by step using recursion; if during the process we realise that is not going to be a valid solution, then we stop computing that solution and we return back to the step before (backtrack). (link)

File Structure

Sudoku Solver Gif

Deployment

yarn run deploy

Built With

Authors

Acknowledgments

  • All the SO's
  • All the youtubes

About

Full React Sudoku Game - Includes Backtracking Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0