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 / unknown
30,6
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between hashmap and linkedhashmap?
Can you provide some implementation of a dictionary having large number of words?
What is meant by heap sort?
Explain what are the methods available in storing sequential files ?
Tell me what should be done in the base case for this recursive problem?
What is the complexity of adding an element to the heap?
Define balance factor of a node in avl tree?
What happens if we try to insert duplicate key in hashmap?
What is the difference between a hashmap and hashtable?
Define the tree data structure.
How many types of arrays are there?
What is a linear search?
Define linear data structures?
What is sorting in data structure?
Is any implicit arguments are passed to a function when it is called?