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 is a duplicate of https://www.codewars.com/kata/5a97387e5ee396e70a00016d
error on submit:
wait what? Don't close issues before you actually resolved the problems.
Answer needed here, also: https://www.codewars.com/kata/649a728bb3856c4df6c2e69a/discuss#649ebf88a3297d001a73f76b
Please address the issues raised in the previous creation of the same kata before creating the new ones. (Or the mods are likely to revoke your kata creation right altogether)
Anyways, besides the lack of random tests: fibonacci sequence is grossly overdone as a kata concept, and subjects to many duplicates. This kata merely tries to wrap it around some superficial checking.
Description: "Additional messages: m and n are different positive integers."
"Example: fib(1,1,34) would return 9 since 35 is the 9th fibonacci number in this sequence."
In the example we see m = n = 1 case. Also '35' in the example probably is '34'. Could you please fix/clarify?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
No tests with m == k
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution