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 |
What is link list in data structure?
Explain the uses of matrix with an example?
Which one is faster? A binary search of an orderd set of elements in an array or a sequential search of the elements.
Are hash tables ordered?
What do you mean by articulation point?
What is a bubble sort and how do you perform it?
What are the applications of linked list?
Sorting is not possible by using which of the methods?
Is arraylist a class?
Which is faster hashmap or linkedhashmap?
What is adt in data structure?
How can you insert a node at the end of linked list?