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 |
Define double linked list?
What is difference between tree and binary tree?
Define double hashing?
What are the properties of binary tree?
What is a Queue? Explain its operation with example?
How to increase stack limit in w3wp.exe?
Is array a collection?
What are the difference between malloc() and calloc()?
Does arraylist shrink?
What is an ordered list?
What are red-black trees?
What is the difference between adt and data structure?