Sudoku Solver is a program that solves Sudoku puzzles using a backtracking algorithm. This project provides a simple and efficient implementation of a Sudoku solver, allowing you to solve Sudoku puzzles of varying difficulties.
The solver uses a backtracking algorithm to recursively solve for each cell, and finally returns a fully solved grid. Click here to know more about the algorithm.
Running link for the website.
To use this project, you need to have Node.js installed on your system. Follow these steps to get started:
- Clone the repository:
git clone https://github.com/TheProBro/sudoku-solver.git
- Change into the directory:
cd Image-Morphing
- Install the dependencies:
npm install
Contributions to this project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request. When contributing, please provide clear descriptions of the changes made and any relevant information or context.