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.
snake case +1
approved
Haskell translation
See above
Issue
.( JS )
BigInt
output format should be specified.Tests should not accept
Number
s, justBigInt
s, especially example tests.Hint: use memoization
Nice kata but you should include random numbers atleast upto 0<=n<=10^5
You may read about the difference between a recursive approach and an iterative one.
I pass random tests but get
Execution Timed Out (12000 ms)
when trying to attempt, any advice?