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 think there is an issue with one of the random tests when len(p1) > len(2) > 0. In this case the test is always expecting a wrong result.
For example, these are the p1, p2 and the wrong expected result:
Test.assert_equals( poly_subtract([84, 37, 41, 12, 83, 11, 14, 67, 10, 37, 77, 45],[52, 61]), [-20, -85, 41, 12, 83, 11, 14, 67, 10, 37, 77, 45])
while the correct expected result should be:
[32, -24, 41, 12, 83, 11, 14, 67, 10, 37, 77, 45]
Is this error part of the kata or is the Clojure version broken?
java.io.FileNotFoundException: Could not locate share_price/core__init.class or share_price/core.clj on classpath: , compiling:(null:1:1)