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.
Well g modifier is efficient for some cases:
{}{}{}
for instanceThis comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Woaw so sad : top 4 best practice answers the worst practice...
o(n²)
solution for such a simple task... Better check something like this, or past top 4.Wow you managed to do o(1) answer, congrats!
Reduce is much more readable than some for loops. This is your point of vue
'%d' % n has been deprecated for '{}'.format
why would you sort before getting the max ?
This comment is hidden because it contains spoiler information about the solution