What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / srikanth
(n)2-1
| Is This Answer Correct ? | 11 Yes | 34 No |
Post New Answer View All Answers
Why do we use linked lists?
Is list a data structure?
Which sort is stable?
Can an arraylist be null?
Tell me what should be done in the base case for this recursive problem?
What is data and data structure?
Why null is allowed in hashmap?
Can you change size of array once created?
Is a hashmap a dictionary?
What is rule regarding overriding equals and hascode method?
What is mergesort and hashtable?
Describe avl tree or height balanced binary search tree.
How many passes does bubble sort need?
Can treeset contain duplicates?
Can we add or delete an element after assigning an array?