Developer-Students-Club-MAIT / Developer-Students-Club-MAIT/cool_code_snippets
Sudoku Solver (Backtracking)
Open
challenges
good first issue
snippet
up for grab
- Dominant language
- No language data
- Stars
- 11
- Forks
- 15
- PR merge metrics
- No merged PRs in 30d
Description
# Description
[The backtracking algorithm](https://en.wikipedia.org/wiki/Backtracking).
Given a partially filled 9x9 2D array, assign digits (from 1 to 9) to the empty cells according to the rules of sudoku using the backtracking algorithm.
## Language
- [x] C++: @dwij2212
- [ ] Java
- [ ] Python
- [ ] Other (Please specify)
## Type of issue
- [x] Feature
- [ ] Bug
The checklist will be updated by the maintainers / author of this issue according to the language in which snippets are added or are proposed to be added.
Contributor guide
Assessment
This issue has not been assessed yet.