Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 48)
In algorithm design, what is the primary goal of 'sorting'?
To find a specific item in a list.
To arrange items in a particular order.
To calculate the sum of a set of numbers.
To count the number of items in a list.
Explanation
Sorting algorithms arrange items in a specific order.
Comments (0)
