Skip to content

[Feature]: Sudoku Generator & Solver #52

@ksskumarsahil006-sketch

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions