Logo

Programming-Idioms

History of Idiom 74 > diff from v38 to v39

Edit summary for version 39 by programming-idioms.org:
+Related URL Wikipedia

Version 38

2020-03-02, 14:59:26

Version 39

2020-10-08, 12:45:30

Idiom #74 Compute GCD

Compute the greatest common divisor x of big integers a and b. Use an integer type able to handle huge numbers.

Idiom #74 Compute GCD

Compute the greatest common divisor x of big integers a and b. Use an integer type able to handle huge numbers.

Variables
x,a,b