Algorithms

Identify the correct concept described as: a measure of the amount of time an algorithm takes to run as a function of input size.

Correct answer

D. Time complexity

Explanation

Time complexity refers to a measure of the amount of time an algorithm takes to run as a function of input size.