Skip to content

    Euclid's Recursion Algorithm

    Created by
    ChrisBleakley
    ChrisBleakley

    Euclid’s recursion algorithm also calculates the GCD of two numbers. However, the recursion version is viewed as one of the most beautiful algorithms.