how to find the number of possible tree in the given tree.
Answer Posted / rohit
Question is wrong XXXX
it should be how to find no. of distinct binary tree ????
ANSWER IS--- (1/(n+1))*2nCn
| Is This Answer Correct ? | 6 Yes | 22 No |
Post New Answer View All Answers
Why is quicksort faster than merge sort?
Is set sorted?
Is arraylist synchronized?
What is binary search tree and explain its time complexity?
How null key is handled in hashmap?
Which sorting algorithms are in place?
Explain the term recursive case?
What is sorting an array?
What is the minimum number of nodes in an avl tree of height h?
Is any implicit arguments are passed to a function when it is called?
Can you change size of array once created?
What is a vector element?
how to delete first node from singly linked list?
Does linked list allow duplicates?
What is the difference between array and stack?