Is binary tree a bst?



Is binary tree a bst?..

Answer / Vibha Mishra

No, a binary tree is not necessarily a binary search tree unless the values are arranged in such a way that they satisfy the BST property.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?

1 Answers  


Run time memory allocation is known as in data structure?

1 Answers  


What is data type in data structure?

1 Answers  


What is difference between for loop and foreach?

1 Answers  


Does arraylist extend list?

1 Answers  


Are collections thread safe?

1 Answers  


Which process places data at the back of the queue?

1 Answers  


What do you mean by the term “percolate up”?

1 Answers  


What is weight balanced tree in data structure?

1 Answers  


How would you check if a binary tree is BST or not ? Write a program.

1 Answers   DELL,


What is structured data with example?

1 Answers  


How is hashmap o 1?

1 Answers  


Categories