What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / bipin from utkal university mc
if tree is binary tree then maximum no.of node is 2^(N+1)-1
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How much time does it take to learn data structures?
What is time complexity of bubble sort?
How many parts are there in a declaration statement using data structures?
What are the types of collision resolution strategies in open addressing?
What do you mean by balance factor of a node in avl tree?
What is array and its types?
Can we sort hashmap?
What are the drawbacks of array implementation of queue?
What are linked lists used for?
What is the difference between ienumerable and list?
Is a hashmap a dictionary?
What do you mean by sorting?
List out the applications of a linked list?
Why do we use linked lists?
Explain the applications of stack?