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.
Approved, closing this suggestion~
Approved.
I have 2 suggestions.
unsigned long long max value == 18,446,744,073,709,551,615
Lua translation open for review, feedback would be appreciated !
No, there is no n0:
Like it's shown in the kata's description.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Sometimes in the testcases in Python nth_fib(0) is tested which should be -1 so a solution in which you doesn't take this edge case into account the code is not accepted, but sometimes this testcase does not appear and the solution is not accepted. It also doesn't make sense, that the 0-th Fibonacci number is -1
Update available here ( this fork modifies the description ).
( JS )
( All )
n
starts from1
.If you spoiler the suggestion, I don't see it ( no notifications are sent for spoilers ). It has already been approved I see.
Thanks for fixing. However.
+
has higher precedence than|
, so now only odd numbers are generated. Also, you missed that the reference solution calls the user solution recursively ( not your fault of course ).I'll open a new
Issue
.Approved!
So cool kata> Thanks)
Loading more items...