Two main measures for the efficiency of an algorithm are
-
Processor and memory
-
Complexity and capacity
-
Time and space
-
Data and space
C
Correct answer
Explanation
Algorithm efficiency is measured by time complexity (how execution time grows with input size) and space complexity (how memory usage grows with input size). These two metrics provide a complete picture of an algorithm's resource consumption and performance characteristics.