Your browser does not support JavaScript!

Which of the following is not a limitation of binary search algorithm?

  • there must be a mechanism to access middle element directly
  • must use a sorted array
  • binary search algorithm is not efficient when the data elements more than 1500 Correct
  • requirement of sorted array is expensive when a lot of insertion and deletions are needed
Similar ITE-6201 questions