Logo

Programming-Idioms

History of Idiom 74 > diff from v35 to v36

Edit summary for version 36 by programming-idioms.org:
Maintenance: test reindex

Version 35

2019-10-14, 12:26:56

Version 36

2019-10-28, 21:09:45

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.