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.
Description isn't too bad, just think about you inputs and outputs and you should be fine to solve.
This kata is purposefully tricky rather than poorly written. I recommend giving it another shot rather than dismissing it immediately.
This one is awesome
Lol my thoughts exactly
Hi. The original Java code template seems to be in C-style, while common Java convention is to have first curly bracket at the end of the first line of a method declaration.
https://www.cs.cornell.edu/courses/JavaAndDS/JavaStyle.html#Indentation
NASM translation
Approved
I think the description needs to be adjusted here. The scenario of having "negative" people or "negative" pages makes no sense in the real world. The kata doesn't mention the possibility of that happening either, you only find out once you've tested it.