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
How would you use qsort() function to sort the name stored in an array of pointers to string?
Is arraylist heterogeneous?
How remove all from arraylist?
Is arraylist a class?
What is lifo?
Define b-tree of order m?
What is stack and its operations?
Explain quick sort?
What is array and structure?
Are hash tables ordered?
Which interface treemap implements?
Is treemap thread safe?
Questions related to arrays, such as given a 2 integer array, find the common elements.
What are the advantages of array?
Is any implicit arguments are passed to a function when it is called?