fix: repalce imgur with s3 for russian guide without conflict (#36055)

* fix: imgur to s3 for russian guide without conflict

(cherry picked from commit ac90750e36b0dd1fe508c69a2277b75be48e4b95)

* fix: remove extra links

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix: revert unrelated changes

* fix: revert changes
This commit is contained in:
Ahmad Abdolsaheb
2019-05-24 23:53:55 +03:00
committed by Parth Parth
parent c37cb92e63
commit 21bd031a52
29 changed files with 59 additions and 58 deletions

View File

@@ -12,7 +12,7 @@ localeTitle: Динамическое программирование
Это дерево, чтобы найти F (5):
![Дерево Фибоначчи](https://i.stack.imgur.com/59Rpw.png)
![Дерево Фибоначчи](https://cdn-media-1.freecodecamp.org/imgr/59Rpw.png)
Для вычисления F (5) потребуется вычислить много раз одно и то же F (i). Использование рекурсии: