Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.17K Points
Coach

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
Correct answer : Option (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.

Share

Discusssion

Login to discuss.