What is the maximum total number of nodes in a tree that has
N levels? Note that the root is level (zero)

Answer Posted / asharani k p

(2 pow n)-1,if root level is one and (2 pow n+1)-1, if root
level is zero.

Is This Answer Correct ?    26 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an example of an algorithm?

485


what is the difference between singly and doubly linked lists?

539


Is null allowed in list?

438


Explain the most efficient method to reverse a linked list?

496


Parenthesis is never required in postfix or prefix expressions, why?

521






How does a heap sort work?

468


What are the types of sorting?

480


Can you sort a hashset?

527


which is the simplest file structure? (Sequential, indexed, random)

787


How do you get placements?

472


What is the difference between Strings and Arrays?

530


What is sorting rule in shapes?

471


What are the types of linked list?

510


Explain what are the major data structures used in the network data model?

569


Is set sorted?

497