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.
Can't know what's wrong without seeing your code, you should post your code in spoiler ~~
This kata made me feel suicidal.
+1 would recommend
Very much of a real life example. Took me two evening to code it in C++, had a lot of fun. Thanks!
Happy coding
^_^
Happy coding
^_^
cool kata, had a fun solving this. thanks :)
Cheers :-)
Enjoyed it a lot, thanks :)
Tried solving it with C, however every time I sent my code it would pass the examples, a few of random test and then eventually crash with SIGSEGV. I read the discourse section, applied the C++ suggestions and still nothing. After giving up, I found a solution alomst 1:1 to mine, the only difference was a method of determining the word inner content size... What did I do wrong? Or is it constructed in a wrong way?
My language is C
What language? I got this issue with c#. It would really help to know what the testcase was...
I can't pass one test, where { "arp" } is expected, but my code returns an empty array. Any suggestions, please?