Which searching algorithm requires the data to be sorted to work effectively?

  • Binary Search
  • Linear Search
  • Merge Sort
  • Quick Sort
Binary Search is an algorithm that requires the data to be sorted in ascending or descending order for effective searching. It uses the divide and conquer method and is not suitable for unsorted data.
Add your answer
Loading...

Leave a comment

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