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
Check if duplicates exist in an array of N which has range 1 to N.
How do you reference all the elements in a one-dimension array?
What is the difference between arraylist and array?
State the rules to be followed during infix to prefix conversions?
Define double hashing?
What is a pass in bubble sort?
Which method will arrange the element of an array in alphabetical order?
What are the different types of data type?
What is a pseudocode example?
What is data structure definition?
What is the time complexity of hashmap get () and put () method?
Differentiate between failfast and failsafe.
Why we use linked list?
What is a minimum spanning tree?
What is bubble sort and selection sort?