Algorithm
An algorithm is a set of finite rules or instructions designed to perform a specific task or operation. It define step by step how a task is to be executed. This can be a simple process or a complex operation.
A programing algorithm describe how to do something and your computer will do exactly the same. Programing algorithm is not a computer code .you can write it any language you speak.
Characteristics of Algorithm
- Input
- Output
- Finiteness
- Independent
- Clear and Unambiguous
Each and every step should be clear and precise. All those steps that are required to get to output must be feasible with the available resources.
No comments:
Post a Comment