Tags: React
JavaScript
This solver provides you a solution of any sudoku puzzle you input if solutionale.
- Check: Check if the input is a valid sudoku puzzle. If not, the wrong row, column or block is hinted.
- Solve: If a valid sudoku puzzle is entered, a solution will be given.
- Save: Save the current puzzle to a temporary history.
You can visit the codesandbox page to see this project's preview or to edit the source code.
There is also a React Native version in expo.
Solver Algorithm is inspired by LeetCode problems:36 Valid Sudoku, 37 Sudoku Solver.
This sudoku game board interface is inspired by Web Sudoku.