Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 9 - No. 5)
In the linear search example, what does the 'Found' flag help to achieve?
Increase efficiency by skipping parts of the search.
Indicate if the target item was located within the list.
Determine the position of the target item.
Stop the search after finding a match.
Explanation
The 'Found' variable indicates whether the search was successful.
Comments (0)
