The time taken by binary search algorithm to search a key in a sorted array of n elements is
Answers
Answered by
2
⭕Answer
⭕An analysis of the time required to solve a problem of a ... search is used to find a particular element in an array. ... The time complexity of above algorithm is O(n ).
Similar questions