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
Why insertion is faster in linked list?
Which is the parent class of hashmap class?
What are the difference between a stack and a queue?
How do you sort a list in reverse order?
What are the advantages of linked list over an array?
What is difference between list set and map?
Differentiate linear from non linear data structure?
Different Types of pattern?
Is priority queue sorted?
What do you mean by separate chaining?
Is arraylist fail fast?
Name the areas in which you can apply data structures extensively?
What is a bubble sort and how do you perform it?
Why arraylist is not efficient for manipulation?
What is the difference between array and stack in data structures?