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.
your issue report is unhelpful. you have to specify the language you are using, and examples of the incorrect cases, with the input, expected and actual values.
I am encountering an issue where the random test cases for the "Snail on a Rubber Band" kata are failing incorrectly. My solution works perfectly for all fixed tests and logically handles the proportional movement of the snail in relation to the increasing rubber band length. Random test cases generate incorrect expectations, where the result is expected to be true, but it is returning false, and vice versa.