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
Explain recursive function & what is the data structures used to perform recursion?
Write a Program for Insert in a sorted list
What is sequential search?
Why using cookie to store session info is a better idea than just using session info in the request?
Why do we need algorithm?
Why is hashmap faster than arraylist?
What is lifo?
What is ordered map?
What is the use of placement new?
What is heap and its types?
Why do we use linked lists?
Which sorting does collections sort use?
Explain the term base case?
Explain what is binary search?
Does arraylist maintain insertion order?