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
How does bogo sort work?
How many types of data structures are there?
Define a complete binary tree?
Tell me why might quick sort might be better than merge sort?
What is the use of data structure in real life?
What is the purpose of tochararray ()?
Briefly explain recursive algorithm 50 how do you search for a target key in a linked list?
Is array immutable?
Define a Deque?
When ArrayIndexOutOfBoundsException occurs?
Does list maintain insertion order?
If you are given a choice to use either arraylist and linkedlist, which one would you use and why?
Does concat mutate array?
Why is sorting important?
How to sequentially represent max-heap?