what is the fastest way to compute the greatest common divisor of n numbers?
You should use Lehmer's GCD algorithm.