Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
See my updated version. Enums are super slow with python 3.4.3 and this was my debug version
Please be careful with the python version.
If you do like me and use enums, version 3.4.3 is very slow and will make your code fail. I was optimising and using enum for higher level ops and I spent A LOT of time wondering why it worked fine on my machine but took 30 seconds on the server.
I had to hardcode some cases to pin point the issue and finally realise I was running python 3.6 instead of 3.4
I'm resolving this issue for now.
Please re-open with more details - I want to make sure all is good ;)
Thanks!
Sure, I marked your recursive solution as clever btw :)
Hey, I'm not sure I understand. What is the problem with the instructions?
Like! Thanks!
Please fix the instruction, they don't match the actual problem
This comment is hidden because it contains spoiler information about the solution