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 / bragaadeesh
Not a direct answer. But you can find in depth concepts
about binary and binary search tree in this page.
http://technicalypto.blogspot.com/search?
q=binary+search+tree
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
List the limitations of linear probing?
What will you prefer for traversing through a list of elements between singly and doubly linked lists?
Write an algorithm that counts number of nodes in the circular linked list
Will it create any problem if we add elements with key as user defined object into the treemap?
What is the types of data structure?
Is it possible to increase size of array?
For addition and deletion. Which one is most preferred: array list or linked list?
Give the example of validating the parenthesis of expression using stack.
How do you search for a target key in a linked list?
Explain what are the notations used in evaluation of arithmetic expressions using prefix and postfix forms?
Why is data structure needed?
What is a pseudocode example?
Can you sort a hashset?
Which are the sorted collections?
What is the difference between arrays sort and collections sort?