What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / deba
2^(N+1)-1
| Is This Answer Correct ? | 21 Yes | 9 No |
Post New Answer View All Answers
What’s the difference between enumeration and iterator interfaces?
What is a hashset?
What is comparable interface?
What is priority queue in data structure?
How can you insert a node to the beginning of a singly linked list?
How do you sort an array by value?
What is sort order?
What is circular queue example?
In what areas do data structures are applied?
What is data and data types?
What do you mean by complexity of search algorithm?
Why is quicksort so fast?
What is the difference between hashset and linkedhashset?
Tell me why might quick sort might be better than merge sort?
Which collection allows null values?