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.
You can use memoization to improve it!
bad algorithm
it has exponential complexity: Theta(2^n)
I don't know if the Kata Description has been updated since you made this comment but right now the Description looks very clear to me with an abundance of examples.
Marking this as resolved for approval.
Personally I'm having issues accessing the data. I've tried console.log(fn); and it doesn't return anything ... am I missing something?
I think for clarity there should be a section that clearly outlines how to access the given data to avoid having to log. Blind pigs can find an occasional truffel, but it helps to know they grow in an oak forest ... give us an oak forest :P
No real issues, I just think it could use more test-cases
Excercise could be clearer. I was unsure of where to start. more examples would probably be good.