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.
This comment is hidden because it contains spoiler information about the solution
Thanks for your advice.
Message sent by client should be "ping0111" instead of "probe0111".
I think description should be fixed:
"Client will send probe0111 command" -> "Client will send ping0111 command"
Java version is broken.
Message prompted in training page is:
Caution: This kata does not currently have any known supported versions for Java. It may not be completable due to dependencies on out-dated libraries/language versions.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I think test case(s) should be added for requirement "largest pure odd digit prime smaller than n",
which is missed in test cases of Java.
For example: only_oddDigPrimes(19) should return [7,17,31] instead of [7, 19, 31], since 19 is not smaller than 19.
This comment is hidden because it contains spoiler information about the solution
I have tested, the problem is resolved. Thanks.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution