Computer Science, asked by bharati8348, 1 year ago

what is computational procedure in design and analysis of algorithms?? ​

Answers

Answered by Pragnasya
1

The term "analysis of algorithms" was coined by Donald Knuth. Algorithm analysis is an important part of computational complexity theory, which provides theoretical estimation for the required resources of an algorithm to solve a specific computational problem.

Answered by Anonymous
16
heya mate here is your answer ✌️✌️

Algorithm design is a specific method to create a mathematical process in problem solving processes. ... In computer science, the analysis of algorithms is the determination of the of the computational complexity of algorithms, that is the amount of time, storage and/or other resources necessary to execute them.


A complete analysis of the running time of an algorithm involves the following steps:

Implement the algorithm completely.

Determine the time required for each basic operation.

Identify unknown quantities that can be used to describe the frequency of execution of the basic operations.

hope it helps you ✌️✌️

alishka___☺️☺️

Similar questions