13.6k views
2 votes
Which of the following does not apply to algorithmic orders of complexity?

A. remove lower order of complexity formula

B. consider the coefficient of the highest order term of the complexity formula

C. complexity formulae apply to time and memory analysis

D. used to compare one algorithm to another

E. can involve mathematical limits.

User Sino
by
5.9k points

1 Answer

5 votes

Answer: E) Can involve mathematical limits.

Step-by-step explanation:

Mathematical limits are not apply in the complexity of algorithm orders. The complexity of algorithm is basically the function that measure the particular time and the space used in the algorithm as an input.

In the computer science, we measure the total complexity of the algorithm to check the efficiency of the given algorithm. As, mathematical limits itself apply several limiting condition in any mathematics concept, which itself increase system complexity. Therefore, it is not included in the algorithm order of the complexity.

User James Holland
by
5.2k points