Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 8)
Which of the following is an example of a linear search?
Searching from the middle of the list.
Checking elements one by one, from the beginning.
Breaking the list into smaller pieces.
Skipping certain elements.
Explanation
Linear search checks all elements, one after another, starting from the beginning of the list.
Comments (0)
