Question
A programmer needs small or unsorted collections, and the chosen structure has the property that it may examine every element. Which choice fits best?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Linear Search
Explanation:
Linear Search fits because it supports small or unsorted collections and it may examine every element.
Both clues point to this choice.
Leave a Reply