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 linked list with example?
Is arraylist heterogeneous?
How does a hashmap work?
What do u mean by array?
What is Insertion sort, selection sort, bubble sort( basic differences among the functionality of the three sorts and not the exact algorithms)?
What do you mean by breadth first search (bfs)?
What happens when arraylist is full?
What is collections singletonmap?
What is the meaning of anonymous array? Explain with an example?
What is worst case complexity algorithm?
What is the two-dimensional array?
Is quicksort a stable algorithm?
How to create your own data structure in java?
Can you tell me the differences between Array and ArrayList?
What are the basic operations of stack?