Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement in sudoku solver #862

Open
pradyumnarago opened this issue Oct 19, 2024 · 2 comments
Open

Improvement in sudoku solver #862

pradyumnarago opened this issue Oct 19, 2024 · 2 comments
Assignees
Labels
LGMSOC21 This issue will be considered for LGM-SOC 21

Comments

@pradyumnarago
Copy link

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.

@pradyumnarago pradyumnarago added the LGMSOC21 This issue will be considered for LGM-SOC 21 label Oct 19, 2024
@pradyumnarago
Copy link
Author

I would like to work on this issue, so can you please assign me this issue along with hacktoberfest-accepted labels.

@pradyumnarago
Copy link
Author

can you add hacktoberfest-accepted labels.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LGMSOC21 This issue will be considered for LGM-SOC 21
Projects
None yet
Development

No branches or pull requests

1 participant