What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / prachi
2^N-1
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What is a undirected graph?
What is the heap in data structures?
What is the difference between list, set and map?
How are the elements of a 2d array are stored in the memory?
Which sorting is best for large data?
What is sorting in math?
What is stack push?
What do you mean by balance factor of a node in avl tree?
Tell me why can't constant values be used to define an array's initial size
How do you empty an arraylist?
What is hash data type?
Explain how to find 3rd element from end in a linked list in one pass?
Can arraylist shrink?
Devise a program to sort an array using bubble sort.
What is a Breadth First Search? Give a few of its applications.