Developer-Students-Club-MAIT / cool_code_snippets

This is a repository for adding not so popular/known but very useful and cool code snippets in any language or framework that the community might benefit from
MIT License
12 stars 16 forks source link

Sudoku Solver (Backtracking) #13

Open sakshamarora1 opened 4 years ago

sakshamarora1 commented 4 years ago

Description

The backtracking algorithm. 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

Type of issue

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.

dwij2212 commented 4 years ago

I would like to work on this algorithm in C++ language. Could you please assign this issue to me? TIA.

sakshamarora1 commented 4 years ago

@dwij2212 Go ahead! Make sure to take care of the code quality and don't forget to read the contributing guidelines! :D