Meeting 33: Link-Based binary Trees

Today we will look at how to implement binary trees using a linked structure. This is the most common approach to binary-trees.