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.
This comment is hidden because it contains spoiler information about the solution
oshi i didnt realize the comments are scanned too, my bad :D thanks
This comment is hidden because it contains spoiler information about the solution
nevermind i am dumb and forgot to handle 0 ¯_(ツ)_/¯
Honestly not sure whats going on in C#, i've tried two solutions, while loop and recursion, both of them work correctly in my IDE, but here it either times out or gets stack overflow exception, any ideas why?
Its a nice kata first of all, even tho i knew about fibonacci sequence, its a premiere for Java's BigInteger class for me, i am passing the tests but for the last one it takes about 80 seconds for my solution to calculate the number so it times out. Could someone give me some subtle hints to point me in the right direction please? Thanks!
Apparently can be passed by only incrementing by one for each side in Java, therefore the weights have no meaning, maybe add another hidden test? Other than that, fun kata!
This took me longer than i expected it to, loved it!