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 / gautham
The Catalan Numbers should give an answer.. The answer is
C(3)= 5.
| Is This Answer Correct ? | 48 Yes | 21 No |
Post New Answer View All Answers
Are lists mutable?
What are data members?
How many sorting algorithms are there?
What are the advantages of linked list over array (static data structure)?
How do you sort in ascending order in arraylist?
What are different types of sorting algorithms?
Define degree of the node?
Which is better hashmap or hashtable?
How will you explain circular linked list?
What are the advantages of linked list over an array?
How to create an Array?
What is a minimum spanning tree?
How many parts are there in a declaration statement using data structures?
Is file a data structure?
How does a treemap work?