View this PageEdit this PageAttachments to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

Lab 1: Introduction to Empirical Analysis of Algorithms

Assigned: Thursday, January 24
Due: Thursday, February 7

Purpose

Description

In the class, we have discussed both recursive and iterative algorithms to calculate Fibonacci numbers, and the analyze of their time efficiency. In this lab, you will evaluate the efficiency of both algorithms empirically. You are required to implement both algorithms using C, design an experiment to measure the time overhead of the algorithms, and analyze the experiment results. Here are general steps that you need to perform empirical evaluation of the algorithms.

Submission

Here is a sample Latex file of the lab report.

-----------

-----------

Link to this Page