Eclipse & JDK Downloads
July 31, 2007NFA vs. DFA
July 30, 2007Theorem: NFA,
a DFA that recognizes the same language.
Of course iff proofs require bi-direction, even when one direction is trivial.
Has it really been that long ago??? Just give me a state and a symbol so I can union it with the existing states…
Don’t forget about transitions.
Worst Case & Asymptotic Analysis
July 5, 2007Guiding 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
Posted by Chad Salinas
Posted by Chad Salinas
Posted by Chad Salinas 