Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
85 views

Choosing between 2 Fibonacci alternatives [closed]

Task: Return the fibonacci value at a given index. e.g: input: 6, return: 8. Algorithm 1: ...
Elya Livshitz's user avatar
4 votes
1 answer
223 views

Time(n) Complexity of Fibonacci Algorithms

It is my first use of classes in Python. I wanted to create something useful and try some new things as I learn this cool language: strategy pattern, testing with nanoseconds precision, curve/poly ...
Alex Lopatin's user avatar
2 votes
2 answers
10k views

Fibonacci sequence implementation

This was too slow for my computer: ...
Normal People Scare Me's user avatar