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.
I'm failing in JS at 750-850ms and 700ms on the big tests... (landed there from 1,2s only by changing the type of loop :/ ) Does that mean I have the correct time complexity or is the expected solution way faster than that?
edit: I tend to think I dont have a fully linear one, but... dunno x)