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.
(C#) I loved this Kata. Made me thinking in a different way than usual.
@flanagansshenanigans the time it takes your code to run depends on the amount of tests and the value of the input. So, even if your code runs fast for some input value, it could be terrible slow for another.
..or just: "your using a bad algorithm that is too slow to complete the task"
No. Very rarely, when the servers are under a heavy load and you can't do absolutely anything - even submitting an empty function which does nothing - then you code may be correct (it's not tested so you can't tell). But most of the time your code is simply broken.
I've done a little googling around the 12000 ms timeout. It seems to be an issue with codewars not with the code. I've had a few puzzles in the past, that should of ran in milliseconds but timedout. https://github.com/Codewars/codewars.com/wiki/Error-messages:-Submission-timed-out
Ok, so there is a test4 which timed out but that was not obvious from the log above.
Done!
NASM translation submitted.
This comment is hidden because it contains spoiler information about the solution