1/12
Loading...
🌳What is BST?
A tree following the rule: left child < parent < right child.
Loading...
A tree following the rule: left child < parent < right child.
A Binary Search Tree (BST) is a binary tree where every node satisfies "left child < parent < right child".