In the classical fib(n) each x in [1..n] is calculated exactly fib(n-x+1) times, making it O(fib(n)), which is O(c^n) (with c < 2).
[ Home | Post Entry | Log in | Search | Browse Options | Site Map ]
no subject