Linear search examines each element in the array _______ until the desired element is found or the end of the array is reached.

  • None of the above
  • One by one
  • Randomly
  • Skip a few at a time
Linear search examines each element in the array one by one until the desired element is found or the end of the array is reached. It starts from the beginning and checks each element sequentially.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *