1.

Shell sort uses a sequence called a incrementing sequence to sort the elements.(a) True(b) FalseI got this question by my college director while I was bunking the class.I'd like to ask this question from Shell sort in portion Sorting of Data Structures & Algorithms II

Answer»

The correct CHOICE is (a) True

The best I can explain: Shell sort uses an INCREMENT SEQUENCE h1, h2, h3… and this sequence will WORK as long as h1=1.



Discussion

No Comment Found

Related InterviewSolutions