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 would argue that for c# this is more like a 7kyu, however the JS version is significantly harder as you have to handle any type of input.
This comment is hidden because it contains spoiler information about the solution
I know I've been paying attention to what I'm doing and improving my linq when I solve a kyu and my solution is virtually identical to the most voted one :P.
Also is it just me or does it seem like many of the 6 kyu can be solved with good linq one-liners, but as soon as jump up to 5 kyu that becomes much more difficult?
I'm guessing my errors are coming from the fact that the random tests are including years > 9999. I feel its only fair, especially considering 8s are usually geared towards new folx, that you either include this fact in the description as an edge case, or remove tests above that threshhold.