We implement two algorithms for computing the nth term of the Fibonacci sequence
- naive_fibonacci →
$\mathcal{O}(2^n)$ - smart_fibonacci →
$\mathcal{O}(n)$
pixi run start
| Name | Name | Last commit date | ||
|---|---|---|---|---|
We implement two algorithms for computing the nth term of the Fibonacci sequence
pixi run start