This document defines common tree data structure terminology and properties. It discusses different types of trees like binary trees and binary search trees. It covers tree traversal methods like pre-order, in-order and post-order traversal. It also describes how to construct expression trees from postfix and prefix expressions. Finally, it briefly mentions insertion and deletion operations in binary search trees.