Don't like this style? Click here to change it! blue.css

GCD: Greatest Common Divisor

AKA: Euclid has been dominant for millenia...

Dense roadmap:

OK the Euclidean Algorithm and Extended Euclidian Algorithm:

GCD Competition: Find me two three digit numbers where that thing calls itself as many times as you can manage.

Let's talk the WORST CASE for GCD

Let's implement an Extended Euclidean Algorithm (xgcd)

Let's talk inverse modulo \(n\)?