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.
Nice recursion
mark it as
issue
next timethere's an extra " in one of the testcases:
/home/codewarrior/test.js:29
Test.assertEquals(BFxor(1, 1), 0");
^^^
Not a spoiler, this line is from the sample tests.
I feel this line in the Haskell test: "forAll (filter (\k -> k
notElem
"xXoO")fmap
arbitrary) $ \str ->" gives a bit too much of a hint, then again, might be fair for a 7kyu kata.