227 views
0 votes
0 votes
An array whose elements are in ascending order then the time complexity for finding the minimum and maximum element of array ???

Please log in or register to answer this question.

Related questions

224
views
0 answers
0 votes
Shubham Aggarwal asked Dec 27, 2018
224 views
175
views
0 answers
0 votes
eyeamgj asked Jul 13, 2018
175 views
<p><a href="https://gateoverflow.in/224778/searching">https://gateoverflow.in/224778/searching</a></p <p>what is actual answer becz using two pointers at extremes we are ...
199
views
0 answers
0 votes
eyeamgj asked Jun 20, 2018
199 views
consider x[1, ..., n] and y[1, ..., n] be two arrays each containing n-numbers both of which are already sorted. what is the time complexity to find median by combining t...
223
views
1 answers
1 votes
nihal_chourasiya asked Jan 7
223 views
In how many ways can you distribute 4 different choclates to 3 people such that each gets atleast 1 choclate.