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 do you sort elements in an arraylist?
What are the different types of hash functions?
What's the difference between a hashtable and a hashmap?
Which file contains the definition of member functions?
What is peep stack?
Is bucket sort a comparison sort?
What does enum do?
In which matrix, we can use multilinked structures?
Do all declaration statements result in a fixed reservation in memory?
How is a hashset implemented?
Is array size dynamic or fixed?
What do you mean by articulation point?
Can arraylist have duplicates?
Which language is best for data structures?
Tell me can the size of operator be used to tell the size of an array passed to a function?