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.
look into types ;)
Thanks, edge case :) No it work
@myjinxin2015
Hi, any clue why isn't working?
Case close.
It was my fault. Edge case :)
Very good Kata :)
Java
This comment is hidden because it contains spoiler information about the solution
Sample test works OK.
"2, 15, 8, 14, 7, 2, 3, 11, 7, 19, 6, 16, 15, 19, 19, 5, 5, 17, 4, 5, 5, 12, 13, 1, 17, 4, 5, 11, 3, 4, 5, 11, 5, 3, 13, 15, 11, 19, 17, 16, 5, 4, 6, 5, 12, 17, 15, 3, 17, 6, 4, 7, 10, 5, 8, 5, 9, 2, 17, 13, 13, 19, 1, 14, 18, 15, 4, 4, 1, 14, 9, 1, 8, 16, 17, 13, 13, 16, 9, 12, 13, 2, 10, 14, 16, 15, 18, 17, 2, 16, 16, 9, 14, 3, 8, 12"
it's one of test. It return "expected:<[[0], 12]> but was:<[[1], 12]>"
In my local environment response is "78, 20"
"randomTests" always return error with message <[[0], X]> but was:<[[1], X]> where X have different values, eg. expected:<[[0], 14]> but was:<[[1], 14]>
Language Java