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
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
What is hashing technique?
What is map keyset?
What is the best time complexity of bubble sort?
What is data structure and its types?
List the area of applications of data structure.
What is sorting in math?
Which sort algorithm is best?
Who created quicksort?
Write a recursive c function to calculate the height of a binary tree.
How do you find the depth of a binary tree?
Which sorting is best in time complexity?
What is hashing with example?
How do you sort in ascending order in arraylist?
How do you reference all the elements in a one-dimension array?