Question
Which data structure or concept is best described as a searching algorithm that inspects elements one by one?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Linear Search
Explanation:
Linear Search is a searching algorithm that inspects elements one by one.
This description distinguishes it from the other choices.
Leave a Reply