Binary Search

Happens in a binary tree (typically called a binary search tree). A typical usage of binary search trees is to embed information in the “left” and “right” descendants. This could be greater/smaller or other things.