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
Can we put null key in hashmap?
How can you add an item to the beginning of the list?
Why is data structure needed?
Define primary data structures?
What is mean by abstract data type?
What are data and data types?
What is type structure?
Why do we need sorting algorithms?
What are the different types of collections?
Mention for which header list, you will found the last node contains the null pointer?
Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?
Why do we use stacks?
Why would we use dynamically allocated arrays vs vectors?
Explain implementation of traversal of a binary tree.
What are different types of sorting algorithms?