how to find the number of possible tree in the given tree.
Answer Posted / mandeep
the formula is (2^n)-n.
where n=no.of nodes
| Is This Answer Correct ? | 67 Yes | 15 No |
Post New Answer View All Answers
What do you mean by the term “percolate down”?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
What is time complexity of arrays sort?
Is it possible to make an array volatile in java?
Is selection sort greedy?
Why do we Use a Multidimensional Array?
What are b tree keys?
State the demerit of linear representation of binary trees?
Is a list an array?
What is structured data with example?
Why quicksort is better than merge sort?
What data structure underlies a python list?
Is heap sort stable?
Is treemap sorted?
Is hashmap a data structure?