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 the best solution and if you have something to tell shut up please ;)
added in JavaScript. already existing in Haskell
fixed
the real Clever is removing the const keyword from the arguments
The test is trying to use the
+
operator to add two integer arrays. You are responsible for implementing this functionality. The error message means that you haven't achieved that.There might be an issue with the Kata's tests. I'm getting the following error after submission, although I don't have array + array operation.
The stack trace is:
It seems for testing the column
a + b AS "a + b"
is used.magic outside of hogwarts
is
doesn't work the same way as==
for non-primitive types.added + chai assertions + removed non-integer inputs
Fixed in this fork
Thank you. Minifing was really challanging part!
Hm... The first simple tests run quickly. And then everything freezes, followed by a timeout. Is there something wrong with the tests?..
I solved this problem in Java. Now I have implemented the same algorithm line by line in Python. But the program does not pass the checks on large tests... And on some of them it works.
I don't understand what's happening in line 3. TT
That's not an issue I think. Many katas have 'bonus point' followups that are now actually required.
Loading more items...