What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / uday
he didnt mention type of tree as binary tree so answer for
at 0level is 1, for other levels max is infinate
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you have an arraylist of arrays?
What is the default size of an arraylist?
Describe binary tree and its property.
Differentiate between an array and an arraylist.
Sorting is not possible by using which of the methods?
Explain the uses of matrix with an example?
Give one example of right rotation.
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
Explain implementation of traversal of a binary tree.
What happens if we try to insert duplicate key in hashmap?
Explain multiply linked list in short.
Differentiate stack from array?
Model a data structure for a DFA that takes an event as parameter and performs a desired action.
What is the difference between adt and data structure?
How does shell sort work?