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 |
Why do we need arrays if all the operations that are performed on arrays can be performed on arraylist?
Run time memory allocation is known as in data structure?
What is data type in data structure?
What is difference between for loop and foreach?
Does arraylist extend list?
Are collections thread safe?
Which process places data at the back of the queue?
What do you mean by the term “percolate up”?
What is weight balanced tree in data structure?
How would you check if a binary tree is BST or not ? Write a program.
What is structured data with example?
How is hashmap o 1?