432 views

Please log in or register to answer this question.

Related questions

0 votes
0 votes
3 answers
1
anurag_am asked Jun 18, 2015
904 views
however number of comparisions in binary search=O(loglogn) and in linear search it is O(logn),time complexity in case of binary search- O(logn) and in case of linear it i...
0 votes
0 votes
0 answers
2
GD Rana asked Feb 20, 2018
335 views
1 votes
1 votes
1 answer
3
Parshu gate asked Jan 3, 2018
1,422 views
2 votes
2 votes
3 answers
4
Sankaranarayanan P.N asked Jun 4, 2015
748 views
a binary search tree with n elements are constructed by randomly taking the elements one by one. What is the expected height of the tree