Summary

We talked about how to classify running-time functions by their asymptotic growth. We also discussed how to express a function in its simplest form.

These are tools that are invaluable for analyzing all sorts of algorithms.

Today we'll connect asymptotic growth to another important tool: recurrence relations. First, some more context.


next up previous
Next: SENSE OF SCALE Up: A NORMAL FORM Previous: More Rules