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.
Thanks for clarifying.
Please don't post solutions in Discourse.
Note that the test cases do not include any url with more than two dots in prior to the first
/
, likewww.google.co.uk
. It could be a good idea to include this kind of url, which could change an accepted answer somewhat.It says left and right and it's shown the pivot is not included in neither side in the examples.
This comment is hidden because it contains spoiler information about the solution
index 0 is 10, the left side is 0 and the right side is -10, so it's not the same case as the all zero array at all.
This comment is hidden because it contains spoiler information about the solution