Algorithm
Algorithm
An algorithm is the step by step instruction to solve a problem
We can write an algorithm by
- Description
- Pseudo-code
- Flow chart (but it is used for the simple and easy program)
Features of an efficient algorithm :
- Free of ambiguity
- Efficient in execution time
- Concise and compact
- Definiteness
- Fitness