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.
Hi --> I found it was my comments that contained banned characters that caused the problem. So I stripped out all the comments and it passed. Might be worth looking at. Depending on which language you use you might also find certain 'banned methods'.
what is your big o? mine is O(n^1.5). i guess i still have to make it more efficient
I'm having the same problem in Python
remember the original given set-up in codewars:
and that you are defining a prototype for
Array
and not a free-standing function . . .not sure what your problem is, but hope that helps :D
getting an 'l.remove_ is not a function error'........ but i defined the function with 'remove_' and the method works on my machine. any pointers anyone???
This comment is hidden because it contains spoiler information about the solution
Oh, thanks alot
no, because
36
is a square itselfI don't get it, shouldn't 36 be an Achilles, 2^2 * 3^2 ?
mmm, it's in there, but I forgot the last part of the sentence, yeah... x)
m^i * n^j where i != j. isn't this crucial requirement missing?
each of my 3 solutions gets a Execution Timed Out error. Using JavaScript. If someone else had this issue, but figured it out, please give a pointer (not spoiler).
This comment is hidden because it contains spoiler information about the solution
getting an Exit Code error within sample test despite showing all three outputs are correct
not sure how this is kyu 7. Pretty new to javascript, and people with similar ability to me shouldn't come across these. Great kata tho :)
Loading more items...