how to find the number of possible tree in the given tree.
Answer Posted / m.vinothkumar
no. of possible trees=(2^n)-n.
where n=no.of nodes
I FOUNDED THIS CORRECT FORMULA FROM GRAPHICS FROM
MATHEMATICS BOOK
| Is This Answer Correct ? | 26 Yes | 9 No |
Post New Answer View All Answers
What is difference between while and do while?
How to find middle element of linked list in one pass?
What is the purpose of thread?
Which is best array or linked list?
How do you insert a new item in a binary search tree?
How do you sort a list in reverse order?
Why is sorting and classifying important?
What does adt stands for?
What is hash data type?
How does arraylist size work?
What is difference between list and linked list?
Differentiate linear from a nonlinear data structure?
Which sort algorithm is best?
What are the advantages of data structure?
Explain the sorting algorithm that is most suitable to be used with single linked list?