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.
JS fixed. C# remains TBD.
Closest is probably this, which gives starting value for the fibonacci sequence.
But I actually wouldn't hold the Fibonacci part against this kata; it is a duplicate to any "is value in ascending list". The above kata does not have a C# translation ( JS only ATM ), but is approved.
Duplicate of numerous Fibonacci-related katas.
Haskell translation
+1 for the issue with the missing random tests :)
Certainly a more complicated level. Not everyone knows Fibonacci sequence.
But the kata is interesting and cool.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Your Kata (JavaScript version) needs more extensive test coverage to prevent easy cheap-cheat solutions and/or logically flawed solutions. The most common way to increase test coverage is through the inclusion of randomly generated test cases at runtime so please add these. The lack of test coverage in a Kata as an Issue is recognised as an official CW stance.