how to find the number of possible tree in the given tree.
Answer Posted / tauqueer
2^n-1
if n=3 then
answer= 2^3-1=7.
example..
1
2 2
3/ \3 3/ \3
| Is This Answer Correct ? | 4 Yes | 20 No |
Post New Answer View All Answers
What is sequential sorting?
What is the use of hashtable?
What do you mean by overflow and underflow?
Can we use any class as map key?
List the data structures which are used in network data modal.
Define hash function?
What is a graph?
Why linked list is required?
what is the biggest advantage of linked lists?
Which is faster array or linked list?
Where is insertion sort used?
What are the average and worst time complexity in a sorted binary tree is
What does list clear do?
Why do we use insertion sort?
State the difference between stacks and linked lists?