What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / saurabh
2^(N+1)-1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
State the difference between queues and linked lists?
What is a string or array type?
Can you sort a string?
What is the difference between collections class vs collections interface?
Why do we need sorting algorithms?
Which is the parent class of abstractsequentiallist class?
What do you mean by hash table?
What is queue example?
Which interfaces are implemented by printerstatereasons?
Why set will not allow duplicates?
Why is quicksort so fast?
Why do we use trees in data structures?
What is the difference between a stack and an array?
Suppose in an integer array, there is 1 to 100 number, out of one is duplicate, how to find?
What is java priority queue?