Binary Search Tree

A Binary Search Tree (BST) is a type of binary tree data structure in which each node contains a unique key and satisfies a specific ordering property

BST Information

Correct and Incorrect Binary Search Trees

Correct Image Incorrect Image

More Information Visit W3Schools.com