How many different trees are possible with 10 nodes ?
Answer / phool chand
1014
For example, consider a tree with 3 nodes(n=3), it will have the maximum combination of 5 different (ie, 23 - 3 = 5) trees.
In general: If there are n nodes, there exist 2n-n different trees.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the major data structures used in the network data model?
What are the basic operations of stack?
Define disjoint set adt?
What is collection sort?
What are different dynamic memory allocation technique in c.
What data structure does a binary tree degenerate?
Which interfaces are implemented by linkedhashset?
Define a stack?
What is array indexing?
Can you distinguish between ArrayList and Array?
Which is faster list or set?
What are the different types of sorting in data structure?