20DCE075
Analysis of Algorithm
Algorithm: A set of instruction and sequence of operations to perform specific
task.
The analysis of algorithm is the process to find the timing, storage and speed
of algorithm. The term “Analysis of Algorithm” was given by Donald Ervin
Knuth. He contributed to the development of analysis of computational
Equations of algorithm and systematic mathematic formula for it.
The main reason for Analysis of algorithm is to discover its characteristics
in order to evaluate its suitability for various applications or compare it with
other algorithms for the same application.
Analysis of Algorithm following this steps:
1. Implement algorithm properly
2. Required less time
3. Required less space
4. Fulfil all conditions and requirements