how to find the number of possible tree in the given tree.
Answer Posted / himani
(2^n)-n. where n is no. of nodes
| Is This Answer Correct ? | 20 Yes | 7 No |
Post New Answer View All Answers
Can I provide array size dynamically?
Why do we use different types of data structures?
Which is faster hashmap or concurrenthashmap?
Which is faster arraylist or linked list?
Is it possible to make an array volatile in java?
What is mergesort and hashtable?
What is a graph?
What is meant by ordered and sorted in collections?
Can we add elements to final list?
Calculate the address of a random element present in a 2d array, given base address as ba.
How remove all from arraylist?
Which is better hashset or treeset?
Why is bubble sort stable?
What you mean by sorting?
What is difference between hashtable and hashmap?