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.
This comment is hidden because it contains spoiler information about the solution
My congrats, you know Javascript well enough
perfect
good, better than mine
This is actually brilliant and doesn't use REGEX :D
this one's arguably the most cleve solution
Damn it! you nailed it ...
This comment is hidden because it contains spoiler information about the solution
yeah, i believe i'm talking about the same one just above. noone cares
Yes, it's O(n^2). No, you're thinking too much and in fact that's just total nonsense. It holds true even in psuedo-code form.
All tests are running successfully, but after one particular an error is thrown: 'Test Reuse lazy filterNumbers + filterRange + max function'. So what's the idea of that test, and why an error is thrown despite test value and value from solution are equal?