Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 2)
Which standard method is used to examine each element in a list?
Totaling
Counting
Linear Search
Bubble Sort
Explanation
Bubble sort involves comparing adjacent elements repeatedly and sorting the list.
Comments (0)
