Fully Interactive sudoku game that has the option to show how the backtracking algorithm works
git clone https://github.com/husshegz/sudoku-solver.git
cd sudoku-solver
yarn
yarn start
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)
yarn run deploy
- Sugoku API - The web API used to generate the sudoku boards
- React - YES !
- Redux - YES !
- React-Bootstrap - For simple main design components
- Hussein Hegazy - Personal Website
- All the SO's
- All the youtubes