...

/

What is a Binary Search Tree (BST)?

What is a Binary Search Tree (BST)?

This lesson will introduce Binary Search Trees and their properties.

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 (username,bank)(username,bank) ...