Heap algorithm implementation - Please look at question number 4 on the pdf attachment on the sample final exam.
Thanks
Recursive function to calculate the GCD of two integers - Write a recursive function that calculates the greatest common divisor of two integers using the Euclidean algorithm. Write a driver program to test your function.