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 actions are performed when a function is called?
Does treemap sort on key or value?
Can arraylist store objects?
What is meant by balanced binary tree?
Can a stack be described as a pointer? Explain.
Explain the Array
Mention one advantage and disadvantage of using quadratic probing?
What is the difference between a hashmap and hashtable?
What does isempty() member method determines?
How to find the duplicate in an array?
Are linked lists considered linear or non-linear data structure?
What is a hash in programming?
Different Types of pattern?
What is difference between list and linked list?
What is hash data type?