BST or Binary Search Tree is a node-based data structure in which every node will have two child nodes. Further, each child node must have a leaf or root of another binary search tree. This data structure is base for highly efficient searching and sorting algorithm and can be utilized to construct abstract data structures including multisets, sets, and associative arrays.

BY Best Interview Question ON 04 Feb 2019