Logo

Programming-Idioms

History of Idiom 74 > diff from v17 to v18

Edit summary for version 18 by deleplace:
[Rust] -DocURL dead link

Version 17

2016-05-28, 23:54:48

Version 18

2016-07-21, 07:19:12

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.