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
What is ascending and descending order?
Can value be null in treemap?
Can we override compareto method for enumerations?
Can we insert null in list?
Why do we need to use computers to help us sort lists?
Which type of memory allocation is referred for linked list?
Differentiate between comparable and comparator.
Which algorithm is used in collections sort method?
Can we store primitives in collections?
What is arrays copyof?
Can a hashmap have duplicate keys?
What are the different data structures?
Does linkedhashset allow null values?
What is linked list with example?
How to find the missing element in integer array of 1 to 7?