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 comment is hidden because it contains spoiler information about the solution
Should be fixed.
The problem is not in the code, but in the test should_pass_a_number_of_edge_assertions. When enter the string "aa", get the output {"aa"}, when enter "aaaab" : get {"aaaab", "aaaba", "aabaa", "abaaa", "baaaa"}, as required by task, but this test it's throwing an exit code of 139. If I can send the code, please check it.
Please, fix your segfaulting code.
(C++) Exit code 1. My code does not pass random tests. The problem is in kata itself, since when checking in the MVS and in sample tests, substituting the same input, the correct answer is obtained at the output. Kata just picks up and doesn't move the first symbol:
Expected: equal to OMyrWsRXDYdURBmjnay !
Actual: nOMyrWsRXDYdURBmj ay !
In MVS and sample tests (input: nOMyrWsRXDYdURBmj !) Actual: OMyrWsRXDYdURBmjnay !
Fix pls.
This comment is hidden because it contains spoiler information about the solution