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.
as a haskell noob I wonder, how is this possible?
nooooo I thought that memoization was going to be enough..... I guess I have to come up with something sneaky instead
Hard time figuring out why this should return null and not 163?
t: 163
k: 3
ls: [50, 55, 56, 57, 58]
"expected null but was 163"
50 + 56 + 57 = 163 so why is it expecting null as the answer?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Can't figure out how to reduce my 2 for loops to 1.... great kata though
Does anybody know if something weird happens in javascript when the numbers go above 22 factorial? Everything works up to 22! and then things get weeeird. This kata is pretty awesome btw.
This one was pretty hard for a 6kyu to be honest. Enjoyed it though!
Tests needs to be fixed