Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 11 - No. 12)

When sorting data using a bubble sort, the data is typically sorted in which order?
Random order.
Ascending or descending order.
The order in which it was entered.
Based on the order of the array indices.

Explanation

Bubble sort sorts data in either ascending or descending order.

Comments (0)

Advertisement