how to find the number of possible tree in the given tree.
Answer Posted / vikram_tp
you all are going wrong...
the formula which u have given is only working when n=2 or 3..
bt when n=4 the ans should be 14 not 12
when n=5 ans is 42 and not what comes by the formula...
so there isnt any formula for this..u have to count then by generating the trees by urself...
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
Differentiate among cycle, path, and circuit?
Can we null keys in treemap?
Define data type and what are the types of data type?
What do you mean by 2-3-4 tree?
What is complexity of quicksort?
What is bubble sort with example?
What is merge sort in daa?
Which is the simplest file structure? (a) Sequential (b) Indexed (c) Random (a) Sequential
What is inplace sorting?
Explain multiply linked list in short.
How do you use merge sort?
Is boolean a data type?
What are data and data types?
What is priority queue in data structure?
What is array traversing?