First page Back Continue Last page Graphics
Algorithm Efficiency
What is algorithm efficiency?
- Memory space costs
- How fast is the task completed*
- Cost to produce implementations
- Cost to maintain applications
- “Method of solutions” vs. programs
Significant differences
- Clever tricks with minimal gain may cost more in the long run. [readability?]