1.4 Properties of O-notation Flashcards
1
Q
What is the rough hierarchy of functions from fastest to slowest growing
A
1
Q
How to avoid comparing functions based on definitions of O-notation
A
Instead use intuition based on the equivilance to the <= operator (usually works)
2
Q
When to use formal definitions
A
In edge cases or situations where you aren’t sure based on intuition
3
Q
How to use L’ Hoptitals rule to compare functions
A
4
Q
Example
A
5
Q
Using L’Hopital’s rule:
A
6
Q
Dealing with unpleasent exponentials
A