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.
Merged.
As the author of the groovy translation, I second this.
Please, aprove the Groovy Fork
Changes in Sample Tests:
JUnit assertion Assertions.assertEquals(expected, actual) takes the EXPECTED value as the FIRST argument and the actual as the second.
The implementor of the initial Groovy translation did this the other way around and assertion failure will result in an incorrect message. For instance, if we hardcode the return value of decode() function as 'Boo', test-failure message will be
instead of proper failure message
Changes in Random Tests:
Changes in Sample Tests:
JUnit assertion Assertions.assertEquals(expected, actual) takes EXPECTED value as the FIRST argument and actual as the second.
The implementor of the initial Groovy translation done this the other way around and assertion failure will result in an incorrect message. For instance, if we hardcode the return value of decode() function as 'Boo' test message will be
instead of proper failure message
Changes in Random Tests:
Awesome kata! Thanks
Java Translation
Please review and approve. If I missed something, I would appreciate your suggestions.
GROOVY TRANSLATION
Please review and approve. Note: it's my very first translation, and if I missed something, I would appreciate your suggestions.
.
It fails since digitize(0L) will return an empty array instead of returning {0}
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
you need to filter the children based on if a child is in santas list or not.
Additionally, the problem statement says that it must be case sensitive i think
Im a begginer but in my opinion its a great solution
@dinglemouse raised this already, Thanks for pointing it anyway )
Loading more items...