generated from OPCODE-Open-Spring-Fest/template
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
So, what is it about?
🧩 Feature Request: Sudoku Generator & Solver
Description
Add a Sudoku Generator and Solver implemented in C++ using backtracking.
Features
- Solver: Solves any valid 9×9 Sudoku puzzle using recursion.
- Generator: Creates valid Sudoku boards with unique solutions.
Implementation Notes
- Use backtracking for both solving and generating.
- Ensure generated puzzles have unique solutions.
- Optional: CLI output for puzzle and solution display.
Code of Conduct
- I agree to follow this project's Code of Conduct