Ayushparikh-code / Ayushparikh-code/Web-dev-mini-projects
Improvement in sudoku solver
- Dominant language
- HTML
- Stars
- 4.5k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
**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.
Contributor guide
Assessment
This issue has not been assessed yet.