1.

Shell sort algorithm is an example of?(a) External sorting(b) Internal sorting(c) In-place sorting(d) Bottom-up sortingI have been asked this question in semester exam.The doubt is from Shell sort in division Sorting of Data Structures & Algorithms II

Answer»

Right OPTION is (b) Internal sorting

For EXPLANATION: Shell SORT is an example of internal sorting because sorting of elements is done internally using an ARRAY.



Discussion

No Comment Found

Related InterviewSolutions