6 kyu
Last digit of the squared sum of Fibonacci numbers
100yuanx749
Loading description...
Mathematics
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Nice coding challenge of the Fibonacci series by the way.
python new test framework is required. updated in this fork
Approved
Can't complete the solution with more than 10 lines of code, the code always times out :(
As stated in the description, brute force won't work
Very similar to https://www.codewars.com/kata/56b7771481290cc283000f28
This comment has been hidden.
You only compute the fibonacci sequence, you have to
The following statement is a little misleading
I suggest :
has been updated some time ago.
10 random tests are not enough. Consider increasing the number of random test to 100 to ensure good test coverage.
Edited.
Hi,
The description doesn't actually describe the task. I see fib, ok, I see sum of squares, but I don't see an actual input/output example. => needs more specifications.
Cheers
An example added. Thanks!
.