CSC 172 - Introduction to Algorithms and Data Structures

Dr. R. M. Siegfried

Assignment #14 - Running two recusive programs.

Due Monday, May 5, 2014

In order to get a better feel for resursion, run the two recursive programs, for Greatest Common Divisors and Fibonacci numbers. You can find them in the online copy of the notes.

Write your own Driver classes for both where you call them each twice for two different tests of values. You are going to turn in both your source code and output.

[Back to the Assignments List]