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


Please Help Members By Posting Answers For Below Questions

How to get the index of an array element?

542


What is linear-logarithm chasm?

538


What is difference between static and dynamic array?

447


What is the difference between a stack and an array?

569


Explain the Complete structure of hashmap along with the basic coding of the hashmap internal implementation.

591






When new data are to be inserted into a data structure?

479


Write the importance of hashing?

599


What is the Insertion Sort Code?.

627


What is time and space complexity of bubble sort?

440


What is an expression tree?

530


Differentiate between priorityqueue and treeset.

743


How is a queue works?

539


Can arraylist store objects?

453


Does hashset guarantee order?

467


how to insert a new node in linked list where free node will be available?

563