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.
Thanks!
Uh oh... The error was in my function. I looked back again at my code and found it. Thanks for confirming!
(fwiw, my error was not returning a value, which didn't cause an error until the above function was executed)
This function is implemented in the preloaded part but you cannot see it. The function works and cannot cause an error. It is there to compare your results and the tests by way of strings. Could you report what the failing tests are giving?
In C, char* array2StringData(Pair** arr, int sz); does not appear to be implemented, which is causing a Sig 11 dump. Is this function to be implemented as part of the kata?
Hi there. Thanks for the c translaion. I seem to be experiancing some crashes, but only with one of the tests:
ElementTitleShouldWorkForNestedElements
✔ Test Passed
✘ Test Crashed
Exit code: 0
Signal code: 6
STDERR:
*** Error in `/workspace/solution': free(): invalid next size (fast): 0x000000000213ec40 ***
All the rest of my tests pass, and I'm using the same code for every function call.