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.
Same issue with mine. I can get the correct outputs from my IDE but whenever I try it on this site it gives error.
This comment is hidden because it contains spoiler information about the solution
Why would that be better than the other option? Please use spoiler flag on your answer.
oshi i didnt realize the comments are scanned too, my bad :D thanks
the challenge has been laid down on the table. suggestion noted, but at almost 25K solves to date, it will not be changing
This comment is hidden because it contains spoiler information about the solution
Comment line contains
/
,//
to be exact, that's forbidden. Not a kata issue.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!