how to find the number of possible tree in the given tree.
Answer Posted / baskerdearer
number of possible tree = (2 power n) - n.
for example:
A tree contain three node.
so n=3.
possible tree = 8 - 3 = 5.
| Is This Answer Correct ? | 179 Yes | 26 No |
Post New Answer View All Answers
How to copy an array into another array?
When new data are to be inserted into a data structure?
Explain the term run-time stack?
what is the biggest advantage of linked lists?
How does the bubble sort work?
What's the difference between an array and vector?
What is type structure?
Differentiate null and void?
What is dynamic array how it is created?
What is java priority queue?
Is treemap synchronized?
What type of data structure is used to perform recursion?
What is link list in data structure?
Which sorting method is slowest?
What is difference between array and string?