-
Notifications
You must be signed in to change notification settings - Fork 606
Added Sudoku Solver #51
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 Sudoku Solver #51
Conversation
|
Yeah, sure I will add that tag, but first, you should enable linting |
|
@pawangeek How to do that? These lint errors are happening because of comments in the code. |
|
@jayaganeshkumar Just put a space between # and rest comment |
|
Can I edit the file in this PR only?? @pawangeek |
|
Yes you can just go to file and click on 3 dots -> Edit this file and make changes or you can open a new issue if you're unable to do so |
|
You can use this site to correct linting |
|
@pawangeek done! can you check it now? |
|
Thanks for your contribution @jayaganeshkumar. Leave a star to encourage me for creating more such tasks :) |
|
Thank you @pawangeek . Already starred the repo. |
|
@all-contributors please add @jayaganeshkumar for code |
|
I've put up a pull request to add @jayaganeshkumar! 🎉 |
|
Hey, The instructions in the README.md file are unclear. |
|
@maxily1 you need to enter the board with 0s in place of empty places in the board |
|
@maxily1 you need to enter only 9 numbers with spaces for each line in input |
|
I think it's working fine for me @maxily1 can you show me your logs |
|
@pawangeek yeah |
|
And @maxily1 if you see any bug in the first run don't need to report here, you should open a new issue there is a template of the bug report, Reporting it here, send unwanted notifs to the author |
Pull Request Template
script name - solve_sudoku.py
What have you Changed
what you changed in the codebase.write here
Added new folder named "Sudoku-Solver" with files: "README.md", "solve_sudoku.py".
Issue no.(must) - #6
Self Check(Tick After Making pull Request)
If issue was not assigned to you Please don't make a PR. It will marked as invalid.