How many different binary trees and binary search trees can
be made from three nodes that contain the key values 1, 2 & 3?
Answer Posted / tarun
2n c n/(n+1)
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
Define biconnectivity?
Name two algorithms two find minimum spanning tree?
What is data type in data structure?
Is it legal to initialize list like this?
How can you insert a node at the end of linked list?
How to find 3rd element from end in a linked list in one pass?
Explain extended binary tree.
If you do not initialize an array what will happen?
What is the need of sorting?
Explain the internal working of a hash map?
Give a basic algorithm for searching a binary search tree?
What is sorting with example?
How to reverse singly link list?
What is the difference between arraylist and array?
What is dynamic array with example?