Is null a binary search tree?



Is null a binary search tree?..

Answer / Rafi Ullah Baqai

No, null is not considered as part of a Binary Search Tree. A BST should have a defined root node and non-null child nodes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is link list in data structure?

1 Answers  


Explain the uses of matrix with an example?

1 Answers  


Which one is faster? A binary search of an orderd set of elements in an array or a sequential search of the elements.

22 Answers   Syntel, TCS,


Are hash tables ordered?

1 Answers  


What do you mean by articulation point?

1 Answers  


What is a bubble sort and how do you perform it?

1 Answers  


What are the applications of linked list?

1 Answers  


Sorting is not possible by using which of the methods?

1 Answers  


Is arraylist a class?

1 Answers  


Which is faster hashmap or linkedhashmap?

1 Answers  


What is adt in data structure?

1 Answers  


How can you insert a node at the end of linked list?

1 Answers  


Categories