Logo

Programming-Idioms

History of Idiom 74 > diff from v2 to v3

Edit summary for version 3 by :

Version 2

2015-08-21, 12:58:12

Version 3

2015-08-21, 13:14:56

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.