What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / saurabh
2^(N+1)-1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does arrays tostring do?
What is stack push?
Is hashmap get thread safe?
Which is better hashset or treeset?
Which sorting algorithm is used in collections sort?
What is a stable algorithm?
What is the difference between static and dynamic data?
Treemap orders the elements on which field?
What is tree and its properties?
Can you make an arraylist of arrays?
What is linear-logarithm chasm?
What are the advantages of stack?
Define disjoint set adt?
Why is map not a collection?
When will you use array over arraylist?