What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / pavan
2powN-1
| Is This Answer Correct ? | 9 Yes | 19 No |
Post New Answer View All Answers
How do you sort a collection in descending order?
What is a list of lists?
What is an recursive algorithm?
Define a right-skewed binary tree?
What is the use of prototype?
Which algorithm is used in arrays sort?
What is entryset method in map?
Why do we need linked lists?
How does the size of arraylist increases dynamically?
What are the standard ways in which a graph can be traversed?
Define balancing condition for AVL Tree.
Is bubble sort adaptive?
What do you mean by probing?
Define the term “percolate up”?
How would you reverse characters of an array without using indexing in the array.