"Academic" implementation of the Stein's Algorithm (Binary GCD) in C Usage: gcc b_gcd_iterative.c ./a.out or gcc b_gcd_recursive.c ./a.out