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.
Less lines != better
Ranking cannot be changed
from the description:
All inputs are positive, non-zero digits.
@clada90: The cat can't jump far enough to catch the mouse has higher precedence, and it even can't reach the dog either.
Shoudln't the test case:
Test.assert_equals(cat_mouse('............C.............D..m...', 8), "Escaped!") be Protected instead of Escaped
since the D is between the C and m?
The description says
It took me hours and I failed so your comment was extremely usefull for me, thank you very much.