Is binary tree a binary search tree?


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

Post New Answer

More Data Structures Interview Questions

What do you mean by linear probing?

0 Answers  


In what scenario, binary search can be used?

0 Answers  


What is the average number of comparisons needed in a sequential search to determine the position of an element in an array of 100 elements, if the elements are ordered from largest to smallest?

19 Answers   ABB, SDE,


Can arraylist have null values?

0 Answers  


What does the term sorting refer to?

0 Answers  






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

0 Answers  


How do you balance a tree?

0 Answers  


If you are using c language to implement the heterogeneous linked list, what pointer type should be used?

0 Answers  


Define hash function?

0 Answers  


Which sorting is stable?

0 Answers  


What is meant by deque?

0 Answers  


Where will be the free node available while inserting a new node in a linked list?

0 Answers  


Categories