Vidyalelo
Data Structure · Q367

Sorting Algorithms

Programming · Data Structure · question 367

Q367

Sleep sort works by . . . . . . . .

A.
making elements to sleep for a time that is proportional to their magnitude
Answer
B.
making elements to sleep for a time that is inversely proportional to their magnitude
C.
partitioning the input array
D.
dividing the value of input elements

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board