Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upcreateminimum number of refills.py #2388
Conversation
Added a new algorithm
TravisBuddy
commented
Sep 2, 2020
Hey @Saptarshi-prog, TravisCI finished with status TravisBuddy Request Identifier: 607ebe30-ed35-11ea-b6ba-27fe84eba218 |
GitHub task list work like this https://github.blog/2014-04-28-task-lists-in-all-markdown-documents/ Please do not check the task that says that you have read CONTRIBUTING.md if you have not done so. |
@Saptarshi-prog Build log says
Can be easily fixed by running |
arr.insert(0,int(0)) | ||
arr.append(B) | ||
|
||
def MinRefills(x,n,L): |
This comment has been minimized.
This comment has been minimized.
cclauss
Sep 9, 2020
Member
Single letter variable names are old school as discussed in CONTRIBUTING.md
- No python type hints
- No doctests
Saptarshi-prog commentedSep 2, 2020
Added a new algorithm
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.