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 a simple graph?
What is array in data structure with example?
What is data structure and why we need it?
What is difference between array and arraylist?
Are hash tables ordered?
Why is it important to sort waste?
Which searching algorithm is best?
Can arraylist be null?
Can hashmap have same key?
Why is quicksort better than mergesort?
What is the use of prototype?
What happens if we put a key object in a hashmap which exists?
What is meant by int?
How do you find the depth of a binary tree?
Tell me how to find middle element of linked list in one pass?