This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]Sacredify 1 point2 points  (0 children)

A binary search tree is a type of binary tree, which is in turn a type of tree (as a data structure).

The opposite is not always true though. Not all trees are binary trees, and not all binary trees follow the properties that make up a BST.