114k views
2 votes
The process of determining the running time and memory cost of an algorithm by reading the code and creating a mathematical formula expressing this cost is known by what term

1 Answer

3 votes

Answer:

Complexity Analysis is the process of determining the running time and memory cost of an algorithm by reading the code and creating a mathematical formula expressing this cost.

Step-by-step explanation:

...

User Josiah Yoder
by
4.7k points