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.
i didn't expect an extended test input "fo99obar100". The given test cases look like:
do_test("foobar000", "foobar001");
do_test("foo", "foo1");
do_test("foobar001", "foobar002");
do_test("foobar99", "foobar100");
do_test("foobar099", "foobar100");
do_test("", "1");
do_test("1", "2");
no way one can infere such a test case after seeing these Examples.
Hi @jora_ipoteka - there are many users on Codewars who are intereted in improving descriptions of katas; since you are the first person who has commented about the description of this kata, could you maybe explain specifically what you think is missing from it?
Or what condition did you not understand clearly from the given description? If this is a good observation, then a moderator can update the kata to include it, if applicable.