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.
Ranks on old katas can't be changed
Ah well, if you put it this way :P
And aren't there wsay to adjust the level anyway?
old kata == easy kata
Nice kata but I think it shouldn't be 5 kyu, at least for Python/Ruby... 6 kyu would be more appropriate
@Bubbler thanks for that Kata, super enriching for me to work on it!
However I've got an issue with my Python solution...
On my computer it solves a 100k-line in a bit more than 2s:
However when I attempt to submit this code, it times out :|
So I'm wondering: could this be related to the allocated time in Python 3? I'm asking because when I attempt to submit with Python 3.4.3 it hangs and finally times out with no tests passed/failed, whereas when I run the same code with Python 2.7.6 it shows "Passed" for all the basic, small and medium tests before timeouting...
Are the ~6s you referred to 3 months ago is the total time to run all the 300 tests described in the description? (which would mean I'm still far from an optimal solution...)