You want to insert a new item in a binary search tree. How would you do it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Data Structures Interview Questions

What is the meaning of anonymous array? Explain with an example?

0 Answers  


Is vector a collection?

0 Answers  


Define indegree of a graph?

0 Answers  


What is int data type?

0 Answers  


why it is difficult to store linked list as an array?

1 Answers  






In what scenario, binary search can be used?

0 Answers  


Are data structures important?

0 Answers  


Define avl tree?

0 Answers  


Is array a data structure?

0 Answers  


What is an expression tree?

0 Answers  


Which interface provides the capability to store objects using a key-value pair?

0 Answers  


I am given a sequential algorithm that does a routine search on an unordered list. N = 20. The probability that the value x does NOT appear in the list is exactly 60%, and the probability that x DOES appear is 40%. The 3 questions that I could not get were: A) What is the avg number of element comparisons performed when n = 20 and x does NOT appear in the List. (my answer was 20, is this correct?) B) What is the avg number of element comparisons peformed when n = 20 and x DOES appear in the list? C) What is the avg number of element comparisons performed when n = 20. This should be a single number answer they said.

3 Answers  


Categories