Question:

How many minimum number of comparisons are required to search an element from 'n' elements in Linear Search?

Updated On: Nov 4, 2024
  • 1
  • n - 1
  • n
  • n + 1
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

In the best case for linear search, the target is the first element, requiring only 1 comparison.
Was this answer helpful?
0
0