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.
Added to all languages
I have added some more random test cases. Solutions that ignore the order will not pass anymore. Some of the more "clever" solutions are also invalid. However, it seems like updating the test cases will not invalidate those solutions. (Or maybe it just takes some time.)
If you would like to try again and see if the test cases feel better now, I would be very thankful.
Thanks again for pinging me on this. :-)
Closing issue.
Closing issue.
It has been impossible for me to add more test cases after the kata was published, but it seems to have changed. I'll get on it shortly.
Thanks for making me check again! :-)
Your suggested unit test does return 0 when I run it against my solution. What is the issue here?
Hi
I'm a bit confused by your issue. Are you saying that you wrote a solution that passed all the test cases but it also returned
0
for 11123455567890 and 12345567890?