How do you make a program fly?
- Careful program design is important.
- Tweaking loops and stuff can help.
- Most important and general thing is good algorithm design.
We'll study this process throughout the semester.
(Algorithm just means a way of doing something.)
Next: Algorithm Development Algorithm
Up: ALGORITHM BACKGROUND
Previous: Need for Speed