retagged by
734 views

Please log in or register to answer this question.

Related questions

698
views
1 answers
0 votes
ajit asked Sep 7, 2015
698 views
given a sorted array of distinct integers A[1........n], you want to find out whether there is an index i for which A[i]=i.if this problem is solved using divide and conquer method , ... a) O(nlogn) a) O(logn) a) O(n2)