Theory (math stuff) helps in three ways:
- formal notation for a problem,
- analyze correctness,
- analyze efficiency.
Sounds important, yes?
Efficiency:
- time,
- memory,
- processors.
Next: Kinds of Studied Algorithms
Up: ALGORITHM BACKGROUND
Previous: Algorithm Development Algorithm