

McqMate
Q. |
The time that depends on the input: an already sorted sequence that is easier to sort. |
A. | process |
B. | evaluation |
C. | running |
D. | input |
Answer» C. running | |
Explanation: the running time depends on the input: an already sorted sequence is easier to sort. the running time is given by the size of the input, since short sequences are easier to sort than the longer ones. generally, we seek upper bounds on the running time, because it is reliable. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet