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 is a cool solution, however ineffective. It's a sort operation, vs a simple mathematical one which obviously will be slower. Never the less, it's awesome! :)
This comment is hidden because it contains spoiler information about the solution
Hi folks.
So I have a nice and simple solution which appears to be working fine, according to the test cases.
But when I say, Attempt! it just throws this into my face:
Process exited prematurely with a SIGSEGV signal.
I'm attempting it in C++. And, like I said, it passes all basic tests.
This comment is hidden because it contains spoiler information about the solution
Don't post an issue, it's not a problem of the kata, 120 guys passet it in C++. You could have a problem with your code. Try to print the input to see where that happens.
Hi.
Does anyone have a clue, how I could debug exceptions?
It just says this:
Fixed__Tests
✘ Caught unknown exception
Random_maxRot
Log
Locally, I compiled the code, it runs fine even with big numbers.
Thanks!