You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A typescript Sudoku package for generating, solving (step-by-step or all), and analyzing Sudoku boards with ease. Perfect for building Sudoku games and integrating Sudoku functionality into your applications.
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…