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
What is the time complexity of selection sort?
List the applications of queues?
List the limitations of linear probing?
How does the size of arraylist increases dynamically?
What does isempty() member method determines?
What is sequential search?
where do you use double linked list?
What do you mean by level of the tree?
How do I sort a hashmap key?
Describe tree database. Explain its common uses.
What is a string array?
Which is faster binary or linear search?
What is rule regarding overriding equals and hascode method?
Name few classes that implement collection interface?
Describe what is Node in link list? And name the types of Linked Lists?