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
How do you create a tree diagram?
What are data structures in programming?
What is a string array?
How are the elements of a 2d array are stored in the memory?
What is the complexity of bubble sort?
What is a pass in bubble sort?
How do you define a set?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
What are the types of sorting?
Define depth and height of a tree?
Is heap sort faster than quicksort?
What is difference between while and do while?
Is hashtable better than dictionary?
Which data structure is used in arraylist?
What are the differences between b tree and b+ tree?