Bead sort is a comparison based sorting algorithm.
Bead sort is a comparison based sorting algorithm. Correct Answer false
Bead sort is an example of non comparison based sorting algorithm. This is because it does not compare the value of elements present in a list in order to sort them.