iamrahulmahato / master-web-development

Learn to code by building projects.
https://masterwebdevelopment.netlify.app/
MIT License
140 stars 339 forks source link

Add Sudoku Solver Feature #98

Closed saras-69 closed 2 weeks ago

saras-69 commented 2 weeks ago

Description: I would like to implement a Sudoku solver feature in the application. This feature will allow users to input Sudoku puzzles and receive the solved solution.

Proposed Solution:

Develop a Sudoku solver algorithm (e.g., backtracking method). Create a user interface for inputting Sudoku puzzles. Ensure the output displays the solved puzzle clearly. Include error handling for invalid inputs. Benefits:

Enhances user engagement by providing an interactive puzzle-solving experience. Demonstrates the application's capability to handle algorithmic challenges.

"Please assign this issue to me so that I can work on it."

Apeksha-22 commented 2 weeks ago

Please assign it to me