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?


previous | index | next