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
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
What is difference between array and arraylist?
What is the difference between null and void?
What is raid (redundant array of inexpensive disks)?
Which is faster hashmap or hashset?
Explain the types of linked lists.
Define data type and what are the types of data type?
What are AVL trees?
Why might quick sort might be better than merge sort?
How do you sort a collection in descending order?
What is default size of hashmap?
Which interfaces are implemented by linkedlist?
What do you mean by overflow and underflow?
What is sequential search? What is the average number of comparisons in a sequential search?
Define circular list?