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

What steps are commonly involved in bubble sort?
Comparison of adjacent elements.
Swapping elements.
Repeating process until the list is sorted.
Counting numbers in the list.

Explanation

The process involves comparing, swapping, and then repeating.

Comments (0)

Advertisement