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
Write a program to reverse a link list.
What is an ordered list?
Why we need cursor implementation of linked lists?
Is pointer a variable in data structure?
Do sets allow duplicates?
What is difference between hashmap and treemap?
Give one example of right rotation.
Write the recursive c function to count the number of nodes present in a binary tree.
What is the difference between data type and data structure?
What is the Insertion Sort Code?.
What type of memory allocation is referred for Linked lists?
What does map stand for?
What is meant by heap sort?
Name some applications which use linked lists.
Which sort is stable?