What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / asharani k p
(2 pow n)-1,if root level is one and (2 pow n+1)-1, if root
level is zero.
| Is This Answer Correct ? | 26 Yes | 11 No |
Post New Answer View All Answers
What are stacks? Give some of its applications.
What is a pseudocode example?
Can you provide some implementation of a dictionary having large number of words?
Can we remove element from arraylist while iterating?
Is heap sort stable?
What is sorting an array?
What is a hashmap in c?
How many types of data structures are there?
Why is hashmap faster?
What are the benefits of using arrays?
What is difference between array and string?
What data structure does a binary tree degenerate?
Define non-terminal nodes in a tree?
Tell me about the different sorting techniques.
Define non-linear data structures?