Topic: Divide And Conquer Problem / Level: beginner

Problem: Implement a divide and conquer solution to calculate the greatest common divisor (GCD) of two numbers.

Run the code to see the output here...