Next: DESIGN AND ANALYSIS
Up: OVERVIEW
Previous: HISTORY
An algorithm is composed of a finite number of steps, each of which may require one or more operations.
- each OPERATION executable on a computer.
- compute 5/0 is not WELL DEFINED.
- algorithms must TERMINATE after a finite number of operations.
- PROCEDURE: a nonterminating algorithm.
e.g. OS.
Sushil_Prasad
2012-08-23