retagged by
855 views
0 votes
0 votes

retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
3
Learner_jai asked Nov 27, 2018
489 views
Given an Unsorted array, Find maximum in less than O(n) time?How can we do this?
0 votes
0 votes
3 answers
4
Subham Nagar asked Mar 20, 2018
1,253 views
An array $'A'$ has $n$ distinct integers. What is the tightest time complexity to check $A[i]=i$ for some $i$. Consider all elements of array within range from $1$ to $n$...