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.
That's really good)
.
Not an issue
needs more random tests
C# translation kumited, including random tests.
Thanks for all the comments : ) It's first my shot at creating a Kata and I was unaware of the random test cases that were needed so again thanks : ) I've added some random test cases so issue resolved ; )
test cases to be added
Nothing can be changed after 500+ solutions have passed.
test doesn't work. gives the unknown error, for the solution that's been accepted at submission
Yes. The "real" tests often check for much larger input than the example tests provided before submitting the solution.
Hello!
Does that mean that the tests available before submiting are not the only ones ran against our code when submitting?
Thnaks!
The 6s time limit tests for performance. Your code is too slow.
Try thinking of a faster way to solve the problem.
I can't submit the code, I get the following error message:
"Process was terminated. It took longer than 6000ms to complete
The tests run fine and are all green.
The solution is to go back to the drawing board and think of an algorithm which requires less memory.
If you are making an array of numbers from 1 to x, you are doing it wrong.
even thou my solution passed all the tests I can't submit due to "FATAL ERROR: JS Allocation failed - process out of memory
" What's the solution?
Loading more items...