Multiple choice technology architecture

Two main measures for the efficiency of an algorithm are

  1. Processor and memory

  2. Complexity and capacity

  3. Time and space

  4. Data and space

Reveal answer Fill a bubble to check yourself
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.