Skip to content

Latest commit

 

History

History

2021.05-gcd

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Greatest Common Divisor

Estimates GCD using Euclidean algorithm.

$ cc prog.c -o prog
$ ./prog 1507 959
137
$ ./prog 126 693 198
9