-
-
Notifications
You must be signed in to change notification settings - Fork 47k
added data structure questions #1845
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
Conversation
|
||
|
||
Example Output | ||
Ouptut 1: |
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.
Ouptut 1: | |
Output 1: |
https://github.com/TheAlgorithms/Python/pull/1845/checks?check_run_id=573851978#step:5:10
Power of A = 24 and Power of B = 48. | ||
So, the answer is 0. | ||
''' | ||
|
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.
import math |
https://travis-ci.com/github/TheAlgorithms/Python/builds/159594158#L339
data_structures/Backtracking/sudoku.cpp does not belong in this repoo. It belongs in https://github.com/TheAlgorithms/C-Plus-Plus |
This PR should only change one algorithm file. To ease review, please open separate PRs for separate algorithms. |
"This PR should only change one algorithm file. To ease review, please open separate PRs for separate algorithms." I got this point but why checks are failing |
https://github.com/TheAlgorithms/Python/blob/master/Travis_CI_tests_are_failing.md |
Okay I'll do again and then raise the pr |
There is a standalone Python file in the CPython distribution called reindent.py that can autofix those pesky tabs... https://github.com/python/cpython/blob/master/Tools/scripts/reindent.py |
Describe your change:
Added Algorithm related to DynamicPrograming and Backtracking
Checklist:
Fixes: #{$ISSUE_NO}
.