Introduction To Data Structures
Introduction To Data Structures
Algorithms
Lecture #1
logarithmic − Ο(log n)
linear − Ο(n)
Combination of Linear,
− Ο(n log n)
logarithmic
quadratic − Ο(n2)
cubic − Ο(n3)
exponential − O(2n)