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 sorting algorithm should be used for sorting strings?
List the applications of queues?
How expression trees are gets represented in data structure?
What is the function of stack?
Draw the B-tree of order 3 created by inserting the following data arriving in sequence – 92 24 6 7 11 8 22 4 5 16 19 20 78
What is best time complexity?
What is the height of a binary tree?
Does concurrenthashmap allow null?
How do you sort in ascending order in arraylist?
What are the collision resolution methods?
Are linked lists considered linear or non-linear data structures?
Explain the term tail recursion?
Define the term “percolate up”?
What is nonlinear data?
Is bucket sort a comparison sort?