Question:

For best case, linear search, searches

Show Hint

In a linear search, the best case occurs when the target element is at the beginning of the list, requiring just one comparison.
Updated On: Apr 24, 2025
  • The whole list
  • Half of the list
  • Just one element in the list
  • One fourth of the list
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

In the best case of linear search, the target element is found at the first position of the list, requiring the search to check only one element.
Was this answer helpful?
0
0

Questions Asked in CUET exam

View More Questions