Distraction: Euclid’s Algorithm
While studying for my Introduction to Algorithms final, I decided I wanted to take a break and write a simple program in C++ to calculate the GCD of two numbers using Euclid’s Algorithm.
Euclid's Algorithm (1.0 KiB, 6 hits)
Related posts: