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/
Clone the project https://github.com/MurlidharVarma/sudoku.git
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'
Run the project via command 'npm start'
Open the application on Chrome browser using link http://localhost:4200