-
Notifications
You must be signed in to change notification settings - Fork 15
Sudoku Solver (Backtracking) #13
Copy link
Copy link
Open
Labels
challengesA code snippet solving a coding challengeA code snippet solving a coding challengegood first issueGood for newcomersGood for newcomerssnippetA cool code snippetA cool code snippetup for grab
Metadata
Metadata
Assignees
Labels
challengesA code snippet solving a coding challengeA code snippet solving a coding challengegood first issueGood for newcomersGood for newcomerssnippetA cool code snippetA cool code snippetup for grab
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.