ECE242 L2: Algorithm Analysis September 11, 2009
ECE 242 Data Structures
Lecture 2
Algorithm Analysis
ECE242 L2: Algorithm Analysis September 11, 2009
Overview °Problem: How can we quantify if one algorithm is better than another?
- Primarily concerned about growth of runtime as input set becomes
larger
- Important concept for programmers
°Complexity analysis is critical to allowing for scalable software °Lewis and Chase text has nice discussion on this topic.
- Note examples of nested loops