What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / deba
2^(N+1)-1
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
What is bitonic search?
Program to remove duplicate elements in an array.
Explain different methods in which you can traverse a tree?
What is heap with example?
What is the default size of an arraylist?
What do you mean by overflow and underflow?
How do you balance a tree?
What is data algorithm?
Discuss the difference between a stack and an Array?
Tell me the difference between the character array and a string.
How do you sort an array in decreasing order?
Mention some drawbacks of the linked list.
Define a path in a tree?
Which collection allows null values?
Explain binary searching, Fibonacci search.