MCQ
Two algorithms solve the same problem. Which one is more efficient?
Unit-2 Computational Thinking and Algorithms
A The one with more steps
B The one that uses fewer steps and less time
C The one that is longer to read
D The one that uses more memory without reason
Explanation

The more efficient algorithm accomplishes the task with fewer steps and less time.