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.
I'm not sure if it is me or the test cases but I have reviewed my code (in Python3) several times and can't find how it doesn't solve the kata. Any suggestions?
comments would be great to explain thought process, very clever though!
I like this lot for ease to read although may not be as efficient doesn't always matter:)
only recommendation I can make for this code is to comment better the thought process for those who follow you. Coding is about community :)
i love the explanation. Thank you very much
awsome use of dictionaries for efficiency. NOTED!