1.

Strand sort algorithm used which of the following method for sorting a list?(a) merging(b) selection(c) insertion(d) partitioningI have been asked this question in class test.This interesting question is from Sorting in chapter Sorting of Data Structures & Algorithms II

Answer»

The CORRECT ANSWER is (b) SELECTION

Easiest EXPLANATION - Strand sort uses the method of selection for sorting any given list. This is because it SELECTS the strands of elements from the input list which are sorted.



Discussion

No Comment Found

Related InterviewSolutions