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
What is collections singletonmap?
How many types of linked list are there?
Why is quicksort unstable?
What are scalar values?
What is a binary search tree? Explain with example?
What is the quickest sorting algorithm?
How do you sort an arraylist?
What is default array size?
Are linked lists useful?
Evaluate the following prefix expression " ++ 26 + - 1324" (Similar types can be asked)
Define an algorithm. What are the types of algorithms?
Can constructor be static?
Where the data structures are used?
Why do we need linked list?
How do you sort an array in decreasing order?