Question: A (left, right) child of a vertex in a binary tree is the root of a (left, right) subtree of that vertex. A binary tree is a full binary tree if each vertex has either two nonempty children or two empty children (a vertex with two empty children is called a leaf.) Draw all full binary trees on seven vertices.