Computer Science, asked by justaguy2006hadhai, 10 months ago

efficiency of an algorithm is measured on the basis of ___ metrics​

Answers

Answered by Anonymous
1

Answer:

A good algorithm is correct, but a great algorithm is both correct and efficient. The most efficient algorithm is one that takes the least amount of execution time and memory usage possible while still yielding a correct answer.

Explanation:

Counting the operations. One way to measure the efficiency of an algorithm is to count how many operations it needs in order to find the answer across different input sizes. Let us start by measuring the linear search algorithm, which finds a value in a list. In computer science, algorithmic efficiency is a property of an algorithm which relates to the number of computational resources used by the algorithm. An algorithm must be analyzed to determine its resource usage, and the efficiency of an algorithm can be measured based on usage of different resources. Algorithmic efficiency can be thought of as analogous to engineering productivity for a repeating or continuous process.

Answered by Anonymous
0

Efficiency of an algorithm is measured on the basis of yield metrics.

Similar questions