The Garden/DSA/Introduction to Binary Search Trees
DSA·.md

Introduction to Binary Search Trees

Binary Search Tree are binary trees which follows the following property value of left node < value of root < value of right node\text{value of left node < value of root < value of right node}