Skip to content

wilhelmtell/gcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gcd - The Euclidean Greatest Common Denominator algorithm and more

Just for practice and fun.


 EXAMPLES

 $ ./gcd 140 1608
 4

 $ ./gcd --trace 140 1608
 140=0*1608+140
 1608=11*140+68
 140=2*68+4
 4

About

The GCD algorithm and a little more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages