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
What is the difference between data types and data structures?
Is learning data structures necessary?
What is the need for priority queue?
What is sorting and classifying?
Explain Stack
How can avl tree be useful in all the operations as compared to binary search tree?
Difference between arraylist and linkedlist?
How would you reverse the characters of an array?
Define a right-skewed binary tree?
What are the disadvantages of linked list over array?
What is indexing an array?
Explain the implementation of an AVL tree and Binary tree.
Write a data structure for a queue.
What is quick sort example?
Does arraylist maintain order?