Skip to content

TheProBro/sudoku-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Solver

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.

Table of Contents

Working

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.

Usage

Running link for the website.

Installation

To use this project, you need to have Node.js installed on your system. Follow these steps to get started:

  1. Clone the repository:
git clone https://github.com/TheProBro/sudoku-solver.git
  1. Change into the directory:
cd Image-Morphing
  1. Install the dependencies:
npm install

Contributing

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published