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 think developers of CodeWars must add "Cursed practice" option for such cases
Alright, I think we need the "Worst Practice" option
I think we have a winner.
E for efficency
Hi! I'm trying to understand why my code fails on random test and to do so I would like to have more information about test data. Normaly, test fail message looks like that:
Expected: "...393307 464804 426618 162947 198363 469047 89583 419975 319698"
But was: "...393307 464804 426618 162947 198363 469047 89583 319698 419975"
However, I want to have the entire expected string and the input string too.
Is there a way to get these?
P.S: I'm using C#
P.P.S: I just passed random tests without changing my code. Maybe it is okay because, well, these tests are random. However, it feels kinda wrong.