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
Which searching algorithm is best?
Which is the parent class of sortedset
How would you swap the Kth node from beginning with Kth node from end in a Linked List.
What are threaded binary trees?
Explain about set and their types in a collection?
How can we remove loops in a linked list? What are the functions of fast and slow pointers?
List out the basic operations that can be performed on a stack?
What are the tasks performed while traversing a binary tree?
List the applications of queues?
What do you mean by articulation point?
What is map data structure?
What do you mean by separate chaining?
What is the structure of an array?
Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.
What is difference between for loop and foreach?