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 / shekhar
(2n C n) / (n+1) is the Number of BST if N is the number of
integer/value;
| Is This Answer Correct ? | 17 Yes | 8 No |
Post New Answer View All Answers
What is difference between arraylist and list?
What are the topics in data structures?
Can we put null value in hashmap?
What is scalar example?
How efficient is binary search?
Why are b trees used?
What are linked lists good for?
Can we change the size of an array at run time?
What is the most used data structure?
Which searching algorithm is best?
What is a tech stack?
How many types of data structure are there?
What are the Advantages and disadvantages of Array?
What are the basic data structures?
Why set will not allow duplicates?