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.
In Go is the input supposed to be named "snaipMap" instead of "snailMap"?
oh, ok, you talked about the title. Sorry...
Hi,
{}
, and{{}}
should be tested as well as{{{}}}
Cheers
nono, it's in there.
But actual and expected are swapped(nope, too much python...)It seems for the 5th fixed test you forgot to write in the test description what value should be returned (I mean, for other fixed tests you wrote them).
That's my bad, I fixed it.
Solution starter code has function named
primeSum3DArray
instead ofoddSum3DArray
and the description is ambiguous re whether we're meant to be adding odd or prime numbers.