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.
When running on initial code base.
Bro, your tree is not symmetric :(
This comment is hidden because it contains spoiler information about the solution
Looks like instead:
'The function should return an empty array if any of the following conditions are met'
should be:
'The function should return null if any of the following conditions are met'
What's the output for <
!!>? I'm gettingCool. Will be very helpful for others, I hope ;)
I undestand. Saying that this is confusing and I bet people will spend lots of time understanding why some tests work, some don't. Just because of that 'skip' of the first grab.
For me picking the lucky-man description is confusing...
According to the solutions, the first 'grab' is ignored (the lucky-man is starting to be picked from the 1st 'grab').
So right now:
notice that after the first grab the lucky-man should be index 2, instead it's 1 (picked from the next grab).
Yeah, true. Sorry. It's easy to miss that ;)
According to the description 0 is a valid value.
Looks like it's not, e.g.
[[17,null,null],[11,16,1],[null,5,null]]
expects null, my the outcome is[[17,7,4],[11,16,1],[0,5,23]]
Something is wrong here. It needs websites variable for some reason.
Definitely, the best choice is not to shave at all, since, least days and least shaves conditions are conflicting.
Number.parseInt is enabled
This comment is hidden because it contains spoiler information about the solution
Two 'red ones' fail, though I throw an error:
Loading more items...