Identify the correct concept described as: a measure of the amount of time an algorithm takes to run as a function of input size.
- A. Dynamic programming
- B. Divide and conquer
- C. Dijkstra's algorithm
- D. Time complexity ✓
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.