GCD and LCM
July 1, 2012
algorithms, beginner, code, code library, implementation, interview questions, math, programming languages, python, technical
No Comments
GCD (Greatest Common Divisor), in mathematics, is refered to the largest number that divides two or more non-zero integers without a remainder. For example, the GCD of 8 and …