Frage im Vorstellungsgespräch bei Bloomberg

implement how to get the least common multiple(coding)

Antwort im Vorstellungsgespräch

Anonym

4. März 2012

the LCM=number1/gcd*number2/gcd*gcd the gcd may be found using euclid's algorithm for finding gcd see wikipedia for the algorithm.