retagged by
397 views
0 votes
0 votes

shouldn't be the max size of array [ 2^n - 1] when the binary tree will be one side only.....and minimum "n" when it will be either full binary tree or complete binary tree? 

retagged by

1 Answer

Related questions

0 votes
0 votes
1 answer
1
Overflow04 asked Oct 20, 2022
515 views
What is the logic applied here.
2 votes
2 votes
2 answers
2
LRU asked Oct 15, 2021
651 views
Consider an array contains n integers, each integer belongs to {0, 1, 2}. What is the best case time complexity to sort an array?
2 votes
2 votes
1 answer
3
srestha asked Dec 22, 2016
856 views
Assume that A be an array of 16 elements. What is the difference between maximum number of inversion and minimum number of inversion for the array with 16 elements?