Knapsack: Implementation based on canonical v1.0.0#1740
Conversation
Create the stub knapsack.py, the README and the tests according to v1.0.0. Edits config.json.
|
I'd greatly appreciate some help with the Travis error. Couldn't quite figure out what caused it. Thanks |
cmccandless
left a comment
There was a problem hiding this comment.
You've got some flake8 violations. You'll need to resolve those before Travis will continue.
corrects a few flake8 issues.
Co-Authored-By: omer-g <omer-g@users.noreply.github.com>
Co-Authored-By: omer-g <omer-g@users.noreply.github.com>
|
It seems that |
`clock`, adds topics and removes utility functions in test.
…sack Change unlock requirement to `clock`
|
@omer-g Merged; thanks for working on this! |
|
Thank you for your help and for the merge. When I look in the python track on |
|
There's a script that has to be run manually when new exercises are added. You should be able to access the new exercise within 24 hours. |
Add knapsack exercise Python implementation. The example passes the tests manually.
check-exercises.pyreturns "File with test cases not found" on my machine.difficultycurrently set to 1 inconfig.json.Resolves #1736