Switch to full style
For C/C++ coders discussions and solutions
Post a reply

greatest common divisor (GCD)

Thu Oct 20, 2011 10:25 pm

The greatest common divisor (GCD) of two integers is the largest integer that evenly divides into each of the two integers. Write a function gcd that returns the greatest common divisor of two integers.



Post a reply
  Related Posts  to : greatest common divisor (GCD)
 Greatest common divisor     -  
 greatest common divisor-code-c     -  
 Greatest Comman Divisor using Java     -  
 Error 500: java.lang.NoClassDefFoundError: org.apache.common     -