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.
It's a horrible idea to use try/except for completely preventable exceptions.
It's slow af. Your asymptotic time complexity is just horrible... It's
O(n^3)
.A bad solution on this problem is normally "just"
O(n²)
... (my solution isO(n)
)This comment is hidden because it contains spoiler information about the solution
damn, never seen that. Thanks
This comment is hidden because it contains spoiler information about the solution
Same, I used title() and didn't realize that was more for an entire string.
:O
ok
good solution.
Thanks!
Very nice kata!
This comment is hidden because it contains spoiler information about the solution
if you subtract 97 inside the first expression, yes
edit: errr... not sure what you really mean. Let's say, there is a link, yes
This comment is hidden because it contains spoiler information about the solution
okay
Loading more items...