This is the first in a series of videos about binary trees. It is an explanation of the dynamic data structure known as the Binary Tree. It describes the way in which a binary tree is constructed, and how it can be represented numerically using a system of left and right pointers. This video goes on to describe some pseudocode which takes an iterative approach to constructing a binary tree using 3 array variables.