Guiding Principles of Worst Case and Asymptotic Analysis
1. Worst Case is useful for the following reasons:
- Gives a bounded running time for large inputs n
- Hard to define a “normal” input
- Easier to analyze
is objectively better than
2. Asymptotic Analysis
- Don’t care about coefficients
- Discard lower order terms
- Don’t lose any predictive power
- Constants are machine-dependent
Goal: Find algorithms as close to order n as possible
and

July 11, 2007 at 7:17 pm
You can put text in the middle of a LaTex equation that is not italicized using the \text{insert this regular text here} command. There are also specific commands to insert space in an equation, because spaces are ignored in the equation environment.
You could write
for example.