Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 11 - No. 13)
What does the 'searching using a linear search' standard method of solution involve?
Comparing each item in a list against a target value until it is found or the end of the list is reached.
Sorting a list alphabetically or numerically.
Calculating the average of the items in a list.
Identifying the largest and smallest items in a list.
Explanation
Linear search involves sequentially checking each item in a list until the desired value is found.
Comments (0)
