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
Does arraylist extend list?
What is binary tree? Explain its uses.
An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.
How do you make a bubble chart with 3 variables?
What is a 2 dimensional array?
Does hashtable allow null values?
What is the use of space complexity and time complexity?
What is indexing an array?
How do you use merge sort?
Is unordered_map a hash table?
What do you mean by level of the tree?
What is difference between for loop and foreach?
What is storage structure in data structure?
Are hash tables ordered?
What is heap and its types?