Uh oh!
There was an error while loading. Please reload this page.
Updated test cases of power_sum.py - #9978
Conversation
Muhammadummerr
commented
Oct 7, 2023
The issue remains unresolved. |
Muhammadummerr
commented
Oct 7, 2023
power_sum.py has been removed from that list :) |
Muhammadummerr
commented
Oct 9, 2023
tianyizheng02
left a comment
There was a problem hiding this comment.
Could you also modify the code to use the ** operator instead of the pow function from math?
| if __name__ == "__main__": | ||
| import doctest | ||
| # print(backtrack(80, 1, 1, 0, 0)) |
There was a problem hiding this comment.
Do you plan to keep this line of code?
tianyizheng02
commented
Oct 10, 2023
Also, please put the issue number in your PR's description:
This way, GitHub can automatically link your PR to the original issue. However, don't use the word "fixes", because your PR doesn't completely fix the issue on its own. |
cclauss
commented
Oct 10, 2023
On your computer, please run: |
Muhammadummerr
commented
Oct 13, 2023
OLD CODE NEW CODE |
…rr/Python into update_power_sum.py
for more information, see https://pre-commit.ci
Uh oh!
There was an error while loading. Please reload this page.
tianyizheng02
commented
Oct 14, 2023
Contributes to #9718 |
Describe your change:
I reduced the test cases, so it will run faster than before
Checklist: