What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / gopala krishnan
2^N -1
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
Define a path in a tree?
What is the purpose of tochararray ()?
Define separate chaining?
Write an algorithm to show the postfix expression with the input given as : a b + c d +*f ? .
What's the difference between a hashtable and a hashmap?
What are the advantages of binary search over linear search?
What are the different types of sorting? Explain the difference between them.
What are the types of linked list?
What is collections singletonmap?
How do you determine if a binary tree is height balanced?
What is dynamic array with example?
What is sorted list in data structure?
How do you find the depth of a binary tree?
What does adt stands for?
Explain the uses of binary tree.