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.
@g964 you there??
Tests are not broken since 567 people passed the C# kata.
Sorry but I don't understand your problem: the description says:
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I found at least one flaw in your code. Have you thought to all kinds of vectors you can get?
It's difficult to tell exactly what's wrong without seeing your code, but error message suggests that you dereference NULL pointer at some point. Or you return NULL and test suite dereferences it because it expects some valid pointer.
My code is passing all the test cases but when i try attempt, it shows error.
STDERR
UndefinedBehaviorSanitizer:DEADLYSIGNAL
==1==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address 0x000000000000 (pc 0x00000042698b bp 0x000000000000 sp 0x7ffcb05a9c30 T1)
==1==The signal is caused by a READ memory access.
==1==Hint: address points to the zero page.
==1==WARNING: invalid path to external symbolizer!
==1==WARNING: Failed to use and restart external symbolizer!
UndefinedBehaviorSanitizer can not provide additional info.
==1==ABORTING
Please help me.