Recent Post

Algorithm

Algorithm 

An algorithm is the step by step instruction to solve a problem


We can write an algorithm by 

  1. Description 
  2. Pseudo-code
  3. Flow chart (but it is used for the simple and easy program)

Features of an efficient algorithm : 

  1. Free of ambiguity 
  2. Efficient in execution time 
  3. Concise and compact 
  4. Definiteness 
  5. Fitness