Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 14 - No. 11)
What are the typical actions involved in a bubble sort?
Comparing adjacent elements.
Swapping elements to put them in order.
Calculating the average value.
Repeating the process until the list is sorted.
Explanation
Bubble sort involves comparing adjacent elements, swapping them and repeating.
Comments (0)
