[!https://srimancode.github.io/Sudoku/]
Sudoku Solver is a web application that allows you to solve Sudoku puzzles. It uses a backtracking algorithm to find a solution if one exists. This application is built with JavaScript, HTML, and CSS.
- You can input your own Sudoku puzzle, or generate a new one.
- The application validates the board for any conflicts.
- Ability to check the solution or get a hint.
- Clone the repository to your local machine using
https://github.com/SrimanCode/Sudoku.git. - Open the
index.htmlfile in your preferred browser.
- To generate a new Sudoku puzzle, click on the
Resetbutton. - To input your own puzzle, paste your puzzle in the text box. Use '0' for empty cells.
- To solve the puzzle, click on
Check Solutionbutton. - To get a hint, click on the
Hintbutton.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.