fix: replace imgur with s3 for english guide without conflict (#36053)

* fix: imgur to s3 for englsh guide without conflict

(cherry picked from commit 9c9f15abf4e755feab79ef7090dacdcf497ea7b6)

* fix: revert unrelated changes
This commit is contained in:
Ahmad Abdolsaheb
2019-05-20 21:24:51 +03:00
committed by Parth Parth
parent 18e15830d9
commit a16539becf
36 changed files with 66 additions and 66 deletions

View File

@@ -13,7 +13,7 @@ An example with Fibonacci's series which is defined as:
This is the tree to find F(5):
![Fibonacci serie's tree](https://i.stack.imgur.com/59Rpw.png)
![Fibonacci serie's tree](https://cdn-media-1.freecodecamp.org/imgr/59Rpw.png)
To compute F(5) it will need to compute many times the same F(i). Using recursion: