Web-dev-mini-projects
Web-dev-mini-projects copied to clipboard
Improvement in sudoku solver
Project name Sudoku Solver
Project link (https://github.com/Ayushparikh-code/Web-dev-mini-projects/tree/main/Sudoku%20Solver)
Improvements suggested Hi, Here are some improvements that I would suggest and can write code for it
-
For Generating new puzzles, the current Sudoku Solver is directed to a different space to fetch a sudoku problem. But we can generate a random sudoku puzzle in the same place, in the client's machine using random numbers with javascript.
-
We can also allow users to enter the puzzle.
-
We can also allow users to solve the puzzle.
-
We can also add a feature in which, when a user hovers on a cell or selects a cell, it highlights the region that affects the cell, so that the user can analyze the board efficiently.