Strand sort is a comparison based sorting algorithm.
Strand sort is a comparison based sorting algorithm. Correct Answer true
Pigeonhole sort is an example of a comparison based sorting algorithm. This is because it compares the value of elements present in a list in order to sort them.