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
How to compare Two Arrays?
Give us a program to reverse a linked list.
What do you mean by shortest path?
Which is the simplest file structure?
What is the difference between b tree and binary search tree?
What is the application of queue?
How do you find the size of an arraylist?
What does arraylist remove return?
What is the purpose of tochararray ()?
How do you insert a new item in a binary search tree?
How can I study data structures and algorithms?
How to find the missing element in integer array of 1 to 7?
What is advantage and disadvantage of linked list?
Differentiate between hashset and hashmap.
Write the recursive c function to count the number of nodes present in a binary tree.