75.2k views
0 votes
What is meant by the "complexity of an algorithm"?

1 Answer

1 vote

Answer: Algorithm complexity or the complexity of an algorithm is known as a measure under which one evaluates degree of count of operations, that are specifically performed by an algorithm which is taken in consideration as a function of size of the data. In rudimentary terms, it is referred to as a rough approximation of number of stages required in order to enforce an algorithm.

User Azat Ibrakov
by
8.6k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.