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.
That is genius!
Does anyone know the terminology for the star in the second line?
This comment is hidden because it contains spoiler information about the solution
This algorithm checks every pair with the possibility of checking them twice wich makes it unefficient af
Sorry my bad. I thought we have to return the subarray with maximum sum.
This comment is hidden because it contains spoiler information about the solution
Doesn't this code copy the list and result in more memory usage?