Question

Which statement about bubble sort is true?
(a) a maximum of n passes are needed to sort the array, where n is the number of elements
(b) swapping values requires two assignments
(c) performance is maximized
(d) the algorithm is very simple compared to other sorting procedures

Answer

This answer is hidden. It contains 3 characters.