SUNY Geneseo Department of Computer Science


Exponential Time

{Date}

CSci 141, Spring 2005
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture


Misc

Hand out Homework 2

Hand out Lab 13

I'm out of town Thursday and Friday this week

Questions?

Limits of Computing

Read Section 15.1

Empirically examine running time for Towers of Hanoi in a Concrete Program

When someone suggests running this on 50 disks, we can extrapolate what that running time would be from the time already measured for 7 disks, using the assumption that time is proportional to 2n.

Next

Is there a faster algorithm for solving the Towers of Hanoi?

Read sections 16.1 and 16.2


Next Lecture