plane binary tree
Tags: #definition
plane binary tree
A plane binary tree is a tree that can be drawn on a plane such that
- each vertex has
children - if a vertex only has one child, we still designate that child as either the left or right child
Examples
