You need to enable JavaScript to run this app.
Expii
Basic Euclidean Algorithm - Expii
Basic Euclidean algorithm: gcd(a, b) = gcd(a, b-a) for any integers a, b.