What is a Binary Search Tree (BST)?
This lesson will introduce Binary Search Trees and their properties.
We'll cover the following...
Introduction
Binary Search Trees (BSTs) are a special kind of binary tree where each node of the tree has key-value pairs. These key-value pairs can be anything like ...