Linear search can be applied to search for _______ in collections other than arrays.

  • Elements, values, or objects
  • Only boolean values
  • Only integers
  • Only strings or characters
Linear search is a versatile algorithm that can be applied to search for elements, values, or objects in collections other than arrays. It is not limited to specific data types and can be used in various scenarios for searching unsorted data.
Add your answer
Loading...

Leave a comment

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