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
How do you find the size of an arraylist?
What are the pre-requisite for the collection to perform binary search?
What is significance of ” * ” ?
What is dynamic array with example?
What is dynamic data structure?
Does hashset allow duplicates?
How to copy an array into another array?
What is numeric array?
Define a queue?
Describe the types of data structures?
What are the types of queues?
Explain the common uses of tree database.
How do you sort in ascending order in arraylist?
What is time complexity of hashmap?
Can we give size to arraylist?