Greatest Common Divisor

  1. Read about recursion
  2. Note Google's little joke when you search recursion in Chrome.
  3. Create a function that returns the greatest common divisor of two numbers using recursion. (function calling itself).

Black Diamond

Go back to past stretch problems that have used loops and redo them using recursion.