-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added solving sudoku using backtracking sudoku snippet #18
Added solving sudoku using backtracking sudoku snippet #18
Conversation
@dwij2212 Thanks for creating a great PR! Everything looks great! Can you add an example in the form of input and output. As it will provide more info to others viewing it in the future. :D Also can you edit the name of the file to contain sudoku. |
I added a driver code snippet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dwij2212 Great stuff with detailed comments! Just a few things to take care of. :D
@dwij2212 Please make the suggested changes before requesting a review |
@kaustubhgupta I couldn't quite get what you are suggesting when you say merge it into one doc string. Please elaborate on it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Solving sudoku using Backtracking challenge snippet
Added the code snippet for solving a sudoku using backtracking. I have given a short description of the algorithm and links to various sources for those interested in learning more about backtracking.
Fixes: #13
Type of change
Please delete options that are not relevant. (including this line)
Checklist: