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.
Updated.
The input is instantiated as const, but the input parameter is not, so if you derefernce the pointer and increment it within the function (which the compiler will allow because of scoping), you segfault because it's modifying immutable stack data
I'm not sure how to edit kata's to submit bugfixes
The input is
const
. I guess it's already fixed...Approved. I notice you've raised an issue with "Mexican Wave" for the C translation. Are you able to fix this for me please because I didn't create the translation and am not competent in C to fully understand the problem. Thank you.
This was really fun!
C language translation added
This comment is hidden because it contains spoiler information about the solution