You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sudoku solver is a website that uses Backtracking Algorithm to Solve the Sudoku. It provides you the Solution to any level of problem and also the visualization of each step to solve the problem.
1. Start the app in your VS code with command npm start and there will be the default problem for Sudoku.
2. After Clicking on Solve it will Solve the Sudoku and Visualize Each Step of the Default Problem.
3. You can Also Reset the Problem and Then Again Solve the Problem.
4. You can Also Input the New Problem on the Website.
5. After Inputting the New Problem Click on Submit and the Problem will get Update.
6. When you try to Submit the Problem it Automatically Checks that the Problem is Right or Wrong
7. You Can Solve the Inputted Problem Again.
So this was our project I have created with my efforts. I have added the screensots for our audience to understand easily.
## Thank you for giving it a read....
About
Sudoku Solver is a Website that lets You Solve all the Sudoku question either its hard, medium or low level along with that you can also visualize each step of Sudoku