QUESTION IMAGE
Question
question 1
1 pts
what must you consider when determining the efficiency of an algorithm? select two choices.
the length of time required to run the program
the number of characters used to write the program
the amount of resources, such as storage, required
the language in which the program is written
When assessing algorithm efficiency, time - complexity (time taken to run) and space - complexity (resources like storage used) are key. The number of characters and programming language are not direct factors for efficiency.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
The length of time required to run the program, The amount of resources, such as storage, required