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 are lists?
State the merit of linked representation of binary trees?
Differentiate null and void?
Name few classes that implement collection interface?
What is tree and its properties?
Why is sorting necessary?
What are the different types of data structures explain briefly?
What is the difference between linked list and array?
What are the advantages of array?
What is the height of an empty tree?
How do you find the number of comparisons in bubble sort?
What is a linear search?
Mention one advantage and disadvantage of using quadratic probing?
What is data and information explain with example?
What happens if an array goes out-of-bounds?