What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / srikanth
(n)2-1
| Is This Answer Correct ? | 11 Yes | 34 No |
Post New Answer View All Answers
What is heap tree in data structure?
Will it create any problem if we add elements with key as user defined object into the treemap?
What does simulation of queues mean?
Which is faster hashmap or hashset?
Does treemap allow duplicate keys?
How will you reverse Linked List.
Why is hashset not ordered?
What is the difference between set and unordered_set?
Write program for Bubble Sort ?
What is binary tree give example?
What is hashing with example?
an array t[100] which contains numbers between 1..99. Return the duplicated value. Try both O(n) and O(n-square).
Explain heapsort. What is its complexity?
What is the difference between Array and LinkedList?
Which is the parent class of linkedhashset class?