You need to sign in or sign up before continuing.×
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.
zombies
in the 3rd sample testYour debug code:
Notice that the 3rd item in the array is different (
[2,5,25]
&[2,4,25]
).After changing it your code does return
20
.Not a kata issue.
Just did it on kotlin everything is correct.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution