Algorithm Properties:
- Input/Output: There must be some inputs from the standard set of inputs and on execution of algorithm there must produce outputs based on given inputs.
- Definiteness: Each steps must be clear and unambigious
- Finiteness: An algorithm must terminate after finite time or number of steps
- Correctness: Correct set of output values must be produced with each set of inputs.
- Effectiveness: Each step must be carried out in finite time and every instruction must be basic enough to be carried out.
No comments:
Post a Comment