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.
[Python]
I'm also getting the timeout issue, so I'm trying to optimize my solution.
However I personally think this might have some more sense if you separate the really big test for another kata, one specifically about optimization.
I know my code works. Not so fast for enormous numbers? Sure, but the kata is about Fundamentals.
Not exactly a run-on but this paragraph reads too complex.
The sentence in () is completely extra, the sentence before the parenthesis and the one after don't connect in any way, it's extremely confusing per se and the parenthesis doesn't help a bit. Get rid of the xxx and yyy descriptors, they add nothing of value to the problem. Not one comma is necessary in this paragraph.
I know this is mostly whining but there are three steps when reading a problem: seeing if I understand what's written, understanding the actual problem and then know how to solve it. It took me way more to understand what was written than the actual problem.
This comment is hidden because it contains spoiler information about the solution
Lot of issues with the testing. There's no much congruency between the pre-submit tests and the post submit tests (have to edit the code mid-tests). I don't what that is, but it happened to me.
This comment is hidden because it contains spoiler information about the solution