What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)
Answer Posted / saurabh
2^(N+1)-1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you know about the big-o notation and can you give some examples with respect to different data structures?
What is meant by linked list?
What do you know about traversal in linked lists?
How do you perform a merge sort?
What is different between array and list?
What is data type in data structure?
List the area of applications where stack data structure can be used?
What is example of data?
List the applications of queues?
What is sequential search?
What does the dummy header in the linked list contain?
What is bubble sort technique?
What are data and data types?
What actions are performed when a function is called?
How can I study data structures and algorithms?