fix: replace imgur with s3 for Chinese guide without conflict (#36052)

* fix: imgur to s3 for chinese guide without conflict

(cherry picked from commit 21e3afaee0f23d700f76ea662bc193b392fc54ac)

* fix: remove extra links

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

* fix: revert changes

* fix: revert changes

* fix: revert changes

* fix: revert changes
This commit is contained in:
Ahmad Abdolsaheb
2019-05-25 00:09:49 +03:00
committed by Parth Parth
parent 1e9f5bc09a
commit 23ca5d9cc6
33 changed files with 73 additions and 71 deletions

View File

@@ -33,7 +33,7 @@ GCD为42,120,285 = 3 _3是将42,120和285除以余数为0的最大数字_
通过查看它的运行情况,您将更好地理解该算法。 假设您要计算1220和516的GCD让我们应用欧几里德算法 -
假设您要计算1220和516的GCD让我们应用欧几里德算法 - ![欧几里得实例](https://i.imgur.com/aa8oGgP.png)
假设您要计算1220和516的GCD让我们应用欧几里德算法 - ![欧几里得实例](https://cdn-media-1.freecodecamp.org/imgr/aa8oGgP.png)
算法的伪代码 -
第1步 **让`a, b`为两个数字**