previous | index | next

Binary Trees and Binary Search Trees

A binary tree is either empty or it consists of three parts:

Q: What makes a binary tree a binary search tree?

A: The ordering property:

The root is an element that is:


previous | index | next