TheProBro / sudoku-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 57.4%Language:CSS 23.3%Language:HTML 19.3%