Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 222 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 222 Bytes

Euclidean GCD

Recall that the Greatest Common Divisor (GCD) of two integers A and B is the largest integer that divides both A and B. The Euclidean Algorithm is a technique for quickly finding the GCD of two integers.