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

Answer Posted / tauqueer

2^n-1
if n=3 then
answer= 2^3-1=7.

example..
1
2 2
3/ \3 3/ \3

Is This Answer Correct ?    4 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

537


In tree construction which is the suitable efficient data structure?

551


What is heap and its types?

498


Explain linked list in short.

525


Which is the parent class of linkedlist class?

450






How do you assign an address to an element of a pointer array ?

511


What is a reverse linked list.

595


What is the order of b tree?

545


Explain the terms base case, recursive case, binding time, run-time stack and tail recursion.

465


Which sorting method is slowest?

541


Define binary tree insertion.

591


How many passes are required in bubble sort?

470


What is difference between arraylist and linkedlist?

548


What is dangling pointer and how to avoid it?

551


What is difference between list and linked list?

540