how to find the number of possible tree in the given tree.

Answer Posted / mandeep

the formula is (2^n)-n.
where n=no.of nodes

Is This Answer Correct ?    67 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages of stack?

435


Explain the expression trees?

566


Can arraylist contain null?

447


Define a right-skewed binary tree?

503


What is difference between hashset and linkedhashset?

544






Write an algorithm to show the reverse of link list?

445


What are trees in data structures?

463


What is the need of sorting?

480


Write a program to reverse a single linked list.

532


Why is data structure used?

510


What is difference between set and map?

479


What are the advantages of sorting and filtering data?

472


What are linked lists most commonly used for?

461


Write the postfix form of the expression: (a + b) * (c - d)

586


What is quick sort example?

465