1.

Strand sort is a stable sorting algorithm.(a) true(b) falseThe question was asked at a job interview.I want to ask this question from Sorting in division Sorting of Data Structures & Algorithms II

Answer»

Correct OPTION is (a) true

The explanation is: STRAND sort is an example of a stable SORTING algorithm. It is because the elements with IDENTICAL values APPEAR in the same order in the output array as they were in the input array.



Discussion

No Comment Found

Related InterviewSolutions