Computer Science 385
Design and Analysis of Algorithms
Spring 2017, Siena College
Lecture 4: Asymptotic Analysis
Date: Friday, January 27, 2017
Agenda
- Announcements
- Lab 1 back
- Homework Set 1: [HTML] [PDF] out
- Asymptotic analysis (some should be review)
- basic complexity ideas
- basic efficiency classes
- Big O,
Big Ω, Big Θ
Terminology
- time vs. space tradeoff
- computational cost
- basic operation
- space cost
- trends
- asymptotic analysis
- Big O
Big Ω, Big Θ
- relative rates of growth
- order of growth/complexity
- constant, logarithmic, linear, quadratic, cubic, polynomial, exponential, factorial
- best/worst/average case complexity
- basic efficiency classes