--------------------------------------------------------------------------------------------------------
Q ii) Given a sorted array with repeating integers. You need to find the first occurence, last occurence and count
of a given key in the array. Use only Binary Search. Your algorithm should run in log(N) time.If element is not
present, print -1 -1 0.
Answers
Answered by
4
Answer:
Acha
Explanation:
thanks for free points follow me
Similar questions