mirror of
https://github.moeyy.xyz/https://github.com/trekhleb/javascript-algorithms.git
synced 2024-11-10 11:09:43 +08:00
Create README.md
This commit is contained in:
parent
ac4207ae74
commit
3b30293c26
@ -0,0 +1,6 @@
|
|||||||
|
<h1>Extended Euclidean Algorithm </h1>
|
||||||
|
|
||||||
|
The standard Euclidean algorithm only calculates the gcd of a and b given 2 integers a and b. The extended Euclidean algorithm takes this one step further. For any 2 integers
|
||||||
|
a, b, the extended Euclidean algorithm calculates x and y such that ax + by = gcd(a, b).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user