Skip to content

feat: sudoku added#53

Merged
prajwal3114 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
ksskumarsahil006-sketch:main
Nov 12, 2025
Merged

feat: sudoku added#53
prajwal3114 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
ksskumarsahil006-sketch:main

Conversation

@ksskumarsahil006-sketch
Copy link
Copy Markdown
Contributor

Description

Added a Sudoku Generator and Solver in C++ using backtracking and randomization.

  • Generates Sudoku puzzles of multiple difficulty levels (easy, medium, hard, expert)
  • Solves puzzles using recursive backtracking
  • Ensures unique solutions
  • Uses std::shuffle for better randomization (replacing deprecated random_shuffle)

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Closes #52

Checklist

  • I have tested the code locally and verified correct Sudoku generation and solving.
  • Code compiles without warnings or errors.
  • Follows the repository’s folder structure (Src/Sudoku_Generator_Solver/Game.cpp).
  • I have read the Contributing Guidelines.
  • Added proper comments and clear formatting for maintainability.

@ksskumarsahil006-sketch
Copy link
Copy Markdown
Contributor Author

@prajwal3114 please review my PR sir

1 similar comment
@ksskumarsahil006-sketch
Copy link
Copy Markdown
Contributor Author

@prajwal3114 please review my PR sir

@prajwal3114 prajwal3114 merged commit 5008ad0 into OPCODE-Open-Spring-Fest:main Nov 12, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Sudoku Generator & Solver

2 participants