recategorized by
499 views
1 votes
1 votes
Worst case time required to construct a balanced BST given a sorted array of integers which can be inserted in any order

 

recategorized by

1 Answer

Related questions

2 votes
2 votes
1 answer
1
LRU asked Nov 22, 2021
850 views
Number different of binary search trees which can be created with the elements {12, 34, 22, 43, 13, 45, 55, 94, 99, 23} with 45 as the root is___.
1 votes
1 votes
1 answer
2
Sagar475 asked Jan 21, 2022
684 views
A min heap of size 2048 is stored on an array with array indices [1..2048] is stored and the minimum number of comparisons required to determine the maximum of element i...
2 votes
2 votes
1 answer
3
LRU asked Nov 3, 2021
843 views
The time required to determine the minimum element from the max heap of size O(log(n)) is given by
0 votes
0 votes
2 answers
4
rsansiya111 asked Nov 2, 2022
1,249 views
In the GO back N ARQ sender is sending the 15 packets to the destination with a window size of 5.Assume every sixth packet while transmission is lost. How many transmiss...