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
How are elements stored in hashset?
Is merge sort better than quick?
How to get top two numbers from an array?
Write a program to reverse a single linked list.
Which sorting is best for large data?
What is mean by merge sort?
Explain the expression trees?
Describe the complexity of Quick Sort
What is data structure what is need of it?
what is Linked lists?
Is heap sort adaptive?
What is doubly linked list?
What is queue in data structure?
What is scalar data type?
What is the difference between Array and Arraylist?