Lecture 2
Learning objectives
After this class, you should be able to:
- Given an algorithm, derive its asymptotic time complexity.
- Prove properties of big-oh, big-omega, big-theta, little-oh, and little-omega.
Reading assignment
- Lec-2 slides.
- CLR: Chapter 3.
- CLR: Chapter 4 - Pages 65-66 and page 75.
Exercises and review questions
- Questions on current lecture's material
- Exercise 3.1-2.
- Exercise 3.2-2.
- Questions on next lecture's material
- (Post your answer on the discussion board) Give the recurrence relation for some algorithm that you studied in COP 4530 - Data Structures.
- (Post your answer on the discussion board) Given an example of two matrices and their product.