11: Optimization Techniques

"LESS IS MORE !"

In this lesson I will discuss some general optimization techniques that you can apply to all your programming tasks.

Optimization Rule #1. Reduction! Reduce the number of operations, calculations, loop iterations. Sounds like common sense, but, often overlooked.

Exercise:

Email-in this Exercise for Grade!