What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / prachi
2^N-1
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
Is map a collection?
Can you sort a hashmap?
Explain about set and their types in a collection?
What do you mean by probing?
Given an array of integers, devise a program to replace every element with the next greatest element on the right side in the array. Also, replace the last element with 5 as there no element on the right side of it.
Define a linear and non linear data structure.
what is traversal in linked lists?
How can avl tree be useful in all the operations as compared to binary search tree?
what are the applications that use Linked lists?
What are data structures in programming?
Will hashmap allow null keys?
What is difference between list set and map?
What is a B tree?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
Does arraylist shrink?