Skip to content

FibonacciPerformance

gpeipman edited this page Sep 26, 2010 · 1 revision

This sample solution demonstrates two methods for finding Fibonacci numbers. One method uses recursive calls and the other method is implemented as flat for loop. Solution contains command line program that measures both methods when calculating Fibonacci numbers for 0 to 41.

References