Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.56 KB

File metadata and controls

53 lines (31 loc) · 1.56 KB

Sudokusolver

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.

Technologies Used

Libraries Used

Steps to browse the project:

1. Start the app in your VS code with command npm start and there will be the default problem for Sudoku.

Pooran

2. After Clicking on Solve it will Solve the Sudoku and Visualize Each Step of the Default Problem.

Pooran

3. You can Also Reset the Problem and Then Again Solve the Problem.

Pooran

4. You can Also Input the New Problem on the Website.

Pooran

5. After Inputting the New Problem Click on Submit and the Problem will get Update.

Pooran

6. When you try to Submit the Problem it Automatically Checks that the Problem is Right or Wrong

Pooran

7. You Can Solve the Inputted Problem Again.

Pooran

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....