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.
N^2 Complexity?
This can be done in linear time :)
Nice regex (y)
Why no one cares ? :-\
Does not make sense at all.
This comment is hidden because it contains spoiler information about the solution
Can anybody somehow help me ?
Traceback:
in
in f
TypeError: 'int' object is not callable
What it means :-\ when I run the test on my own tests it passes :-/
Replacing an:
if :
return True
else:
return False
With the itself usually results a little bit cleaner - and simpler - logic (maybe it
's just a personal taste)
This comment is hidden because it contains spoiler information about the solution