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 / prasad
one binary search tree and 9 binary trees.
| Is This Answer Correct ? | 43 Yes | 157 No |
Post New Answer View All Answers
How to copy an array into another array?
What are binary search and fibonacci search?
Why do we need linked lists?
Are the expressions arr and &arr same for an array of integers?
What is time complexity of bubble sort?
Given M x N matrix with sorted elements row wise and column wise, find elements?
Will hashmap allow null keys?
What is the impact of signed numbers on the memory?
Can arraylist be empty?
What is data structure and why it is important?
How would you dynamically allocate a one-dimensional and two-dimensional array of integers?
What are the applications of linked list?
What are the complexity of binary search?
What are some of the best practices relating to the java collection framework?
Does arraylist contain duplicates?