0% found this document useful (0 votes)
20 views

Analysis of Algorithm

This document discusses the analysis of algorithms, including defining an algorithm as a set of instructions to perform a specific task. It also outlines the main reasons for analyzing algorithms and the typical steps involved, such as implementing the algorithm properly, requiring less time and space, and fulfilling all conditions and requirements.

Uploaded by

jay
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Analysis of Algorithm

This document discusses the analysis of algorithms, including defining an algorithm as a set of instructions to perform a specific task. It also outlines the main reasons for analyzing algorithms and the typical steps involved, such as implementing the algorithm properly, requiring less time and space, and fulfilling all conditions and requirements.

Uploaded by

jay
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like