A binary tree where left child is less than or equal to the parent, while the right child is greater You are given the root node of a binary search tree (BST) and a value to insert into the tree.