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.
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!
cool kata, had a fun solving this. thanks :)
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
I can't pass one test, where { "arp" } is expected, but my code returns an empty array. Any suggestions, please?