images to svg
This commit is contained in:
parent
a31e881856
commit
3ba28aa104
734 changed files with 11682 additions and 245 deletions
|
@ -29,7 +29,7 @@ Here we can see that the value of `fib(3)` is needed for both `fib(5)` and `fib(
|
|||
|
||||
Here's the full recursion tree:
|
||||
|
||||

|
||||

|
||||
|
||||
We can clearly notice that `fib(3)` is evaluated two times and `fib(2)` is evaluated three times. The total amount of computations grows much faster than `n`, making it enormous even for `n=77`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue