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?
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?