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:
committed by
Parth Parth
parent
1e9f5bc09a
commit
23ca5d9cc6
@@ -33,7 +33,7 @@ GCD为42,120,285 = 3 _(3是将42,120和285除以余数为0的最大数字)_
|
||||
|
||||
通过查看它的运行情况,您将更好地理解该算法。 假设您要计算1220和516的GCD,让我们应用欧几里德算法 -
|
||||
|
||||
假设您要计算1220和516的GCD,让我们应用欧几里德算法 - 
|
||||
假设您要计算1220和516的GCD,让我们应用欧几里德算法 - 
|
||||
|
||||
算法的伪代码 -
|
||||
第1步: **让`a, b`为两个数字**
|
||||
|
Reference in New Issue
Block a user