This document discusses augmenting binary search trees (BSTs) to support dynamic sequences and orthogonal range searching. It describes representing a sequence using a BST with each node storing an extra "size" field. It also discusses augmenting each node of a BST on x-coordinates with another BST storing points according to y-coordinates to support orthogonal range searching queries. The time to build this augmented data structure is linear in the number of points.