previous | index | next

Binary Search Tree Definition

A binary search tree (BST) is either empty or it consists of three parts:

The root is an element that is:


previous | index | next