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.
nice!
XD
the method name in java should be in camelCase
Go solution
Python function name should be in
snake_case
I noticed that there is an error in the instructions.First and formost the problem says we are supposed to add our score but the unit tests assumes otherwise.Instead of adding + 1,assume your score is already part of the array i guess thats the logic.
Take care!!
Ruby 3.0 required.
Ruby specifies to not use
initialize
but this requirement is not enforced by the tests.Fixed in latest fork
It's not a problem with the test cases, they should remove it from the instructions because it doesn't make a difference.
It's not possible to write test cases for that because it doesn't make a difference. They should remove it from the instructions instead.
Does not meet the last case in the example.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
.
Loading more items...