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 Doubly link list?
Compare Queue and Topic ?
What is dequeue operation?
How do you represent a linked list?
Write the algorithm for converting infix expression to postfix expression?
What is shell sort in data structure?
How to sort an Array?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
Write program for Bubble Sort ?
Name two algorithms two find minimum spanning tree?
Are duplicates allowed in hashmap?
Can you override methods of arraylist?
What are the types of array operations?
What is the difference between linked list and array?
What is comparable interface?