What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / bipin from utkal university mc
if tree is binary tree then maximum no.of node is 2^(N+1)-1
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Name two algorithms two find minimum spanning tree?
What is data structures in computer science?
What actions are performed when a function is called?
What are the types of algorithms?
Define balancing condition for AVL Tree.
What is array and its types with example?
Write is a binary search tree? Write an algorithm and tell complexity?
What is the time complexity of arraylist and linked list?
How do you declare An array of three pointers to chars
Mention some drawbacks of the linked list.
How hashmap increases its size?
Explain the term run-time stack?
What is adt in data structure?
Define static data structures?
How is the front of the queue calculated in data structure?