closed by
676 views
1 votes
1 votes
closed as a duplicate of: Binary tree Made-easy-test-series

The minimum size that an array may require to store a binary tree with n nodes

(A) 2celi(log2(n+1))-1

(B)2n-1

(C)2n-n+1

(D)n+1

answer given by them is option A. but I think it should be B. Please clear my doubt

closed by

No related questions found