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.
Hi. A problem with your code is not a kata issue. You'd rather post a question if you want help.
Hopefully this can help you: Troubleshooting Your Solution.
Call for help!Thanks!
In attempt:
Exit code : 139
Response received but no data was written to STDOUT or STDERR.
Recursive fib is a bad idea for large numbers
Any other way will be better.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Take time for your fib with n = 500.
This comment is hidden because it contains spoiler information about the solution
Any way that actually passes is a better way.
This comment is hidden because it contains spoiler information about the solution
You can also manually change the sample input tests to anything you want to test. You won't break anything.
You can always check test input: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#how-can-i-see-which-input-causes-my-solution-to-fail
it would be nice if we had more sample tests with bigger numbers. I mean I passed the first three, but while attemtping. I got a LOT of errors. It's really hard to find the bugs if you don't see the example input.
Please read this: https://github.com/codewars/codewars.com/wiki/Troubleshooting-your-solution#how-do-i-post-to-a-kata-discourse
This comment is hidden because it contains spoiler information about the solution
Loading more items...