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.
I had 400 lines of code...
Wowzer
Took me... A lot longer. :(
Took me about 200 lines and countless hours of frustration, and I'm pretty sure I only lucked out on a few of the test cases in the end. Wow.... :(
Passing all of the tests, but timing out on the submission. Does this require submitting during a lower-traffic time?
What's the memory error?
Traceback:
in
in reduce
MemoryError
7 Passed
0 Failed
0 Errors
Process took 2113ms to complete
I believe this may be the result of a problem with the codewars servers. I submitted a bug report at:
https://github.com/Codewars/codewars.com/issues
I encourage you to do the same. I solved this problem using the Euclidean algorithm and it worked fine in Python then I converted it to Javascript and Ruby and in both languages the tests passed but timeout on submission. I also have ran into this behavior on numerous Kata since the Codewars migration a week ago. I have many correct solutions that will not submit do to timeouts.
Cant submit
Unknown error
Process took 4899ms to complete
Meanwhile first tests are passing well
haha.. good one dude 6988ms.
Getting 'unknown error - Process took 6988ms to complete' on submit button. Probably because my solution just too slow? It runs the given test cases in around 100ms
I'm new and I can't get the damned thing to submit as 'correct'.
I don't understand why I get these results from the submit button:
Traceback:
in
in test
in createSpiral
in emptyArr
IndexError: list index out of range
11 Passed
0 Failed
0 Errors
Process took 189ms to complete
I mean it won't tell me specifically which test caused this? Help is appreciated.
Hey I'm new here.
All my testcases pass using the 'run tests' button, but when I click 'submit', the final test gives a 'list index out of range' error.
Any idea what I am doing wrong?