Skip to content

Visualize, Generate and Solve Sudoku! You can choose Sudoku of various size (4 x4 or 9 x 9 or 16 x 16). Also can configure how many solutions you need the sudoku to have. The code is built entirely on Angular v9.0.3 and uses Back Tracking Algorithm to solve Sudoku grids. You can visualize the Sudoku Generation and Solving logc by checking the Vi…

Notifications You must be signed in to change notification settings

MurlidharVarma/sudoku

Repository files navigation

Sudoku

Visualize, Generate and Solve Sudoku!
You can choose Sudoku of various size (4 x4 or 9 x 9 or 16 x 16). Also can configure how many solutions you need the sudoku to have.
The code is built entirely on Angular v9.0.3 and uses Back Tracking Algorithm to solve Sudoku grids. You can visualize the Sudoku Generation and Solving logc by checking the Visualize checkbox.

Try demo here: https://murlidharvarma.github.io/sudoku/

Alt text

Run in your local

Step 1:

Clone the project https://github.com/MurlidharVarma/sudoku.git

Step 2:

Make sure you have node and npm setup.
Using Command prompt / terminal, navigate to folder shortest-path-project folder where you have cloned the project and run 'npm install'

Step 3:

Run the project via command 'npm start'

Step 4:

Open the application on Chrome browser using link http://localhost:4200

About

Visualize, Generate and Solve Sudoku! You can choose Sudoku of various size (4 x4 or 9 x 9 or 16 x 16). Also can configure how many solutions you need the sudoku to have. The code is built entirely on Angular v9.0.3 and uses Back Tracking Algorithm to solve Sudoku grids. You can visualize the Sudoku Generation and Solving logc by checking the Vi…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published