Fib(0) = 0
Fib(1) = 1
Fib(2) = 1
Fib(3) = 2
is currently used in this challenge. Just had a example in my python book about iterations using fibonacci sequence, so i modified it 'slightly'
![Smile :)](./images/smilies/icon_smile.gif)
If you have struggled with this one, what will you do with "Biggest Fib"?speedfire wrote:Oki finally I done it.
I have code a program with a logarithmic algorithme.
But for real... Do you really think everyone are mathematician ?
If you don't know anything about optimisation good luck ! You can wait a long long long time If you don't code proprely.
Of course not.gowron wrote:Is using math software considered cheating?
Cheating? haha You are supposed to cheat if u can!gowron wrote:Is using math software considered cheating? I was amazed how quickly maple calculated the fib number (using the closed-form solution, I guess).