Identify one option that describes what is meant by ‘algorithm efficiency’ in programming.
How much memory an algorithm takes to store the data
How many times the user needs to input data during the algorithm execution
How much time it takes to complete an algorithm
How well an algorithm can handle large amounts of data without producing errors
Did this page help you?