Greatest Common Divisor#
Todo
GCD examples in Python: brute force, subtraction method, Euclidean algorithm.
Good context for algorithmic thinking. Note Python has math.gcd() built in.
Todo
GCD examples in Python: brute force, subtraction method, Euclidean algorithm.
Good context for algorithmic thinking. Note Python has math.gcd() built in.