1.

Sleep sort is an in-place sorting technique.(a) True(b) FalseThis question was addressed to me by my school principal while I was bunking the class.I need to ask this question from Sorting topic in section Sorting of Data Structures & Algorithms II

Answer»

Right option is (a) True

The explanation is: Sleep SORT is an in-PLACE sorting technique as most of its major steps takes place in the BACKGROUND. So it does not REQUIRE auxiliary space to sort the input.



Discussion

No Comment Found

Related InterviewSolutions