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
Discuss the difference between a stack and an Array?
Define tree edge?
What is dynamic data structure?
What is the best case for bubble sort?
Why do we use stacks?
What are the difference between malloc() and calloc()?
What is thread and types of thread?
Mention some drawbacks of the linked list.
Define an algorithm.
Is char array null terminated?
How many types of data structures are there?
How do you get placements?
What are the complexity of binary search?
What do you mean by breadth first search (bfs)?
what is the difference between Linear Array and Linked List?