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
When is a graph said to be weakly connected?
What are the types of linked list?
What is the difference between Array and Array List ? Explain in brief with example.
Tell me do array subscripts always start with zero?
What are the types of binary tree?
What are the applications of stack?
What are trees in data structures?
What is collections singletonlist?
Can we add heterogeneous elements into treemap?
Explain about circular linked list?
Can we put null value in hashmap?
What are threaded binary trees?
What is complete binary tree and almost complete binary tree?
Is vector a collection?
Is pointer a variable?