Skip to content

A simple Sudoku Solver to help Solve and visualize the backtracking algorithm.

Notifications You must be signed in to change notification settings

Akshaykumar24/Sudoku-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Sudoku Solver

A simple Sudoku Solver to help visualize the backtracking algorithm.

See Demo Here : http://sudokume.vercel.app/

To Run Project Locally

  • Open the git bash in yor system and run this command
  git clone https://github.com/Akshaykumar24/Sudoku-Solver.git
  • After cloning copy the project in existing react app src folder then run this command
  npm run start
  • In case one Doesn't have existing react app then run this command
  npm install create-react-app
   create-react-app <Name>
  • After creating the react app copy the project in src folder then run this command
  npm run start

Tech Stack

-React

-Backtracking

-DSA

Hope You Lik It

About

A simple Sudoku Solver to help Solve and visualize the backtracking algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published