Next: Graph Union
Up: Representation and Utilities
Previous: Line Trees
Another utility that is necessary is augmentation. As we deal
exclusively with trees, and not general graphs, it must be the case
that any two vertices in a tree are have some path between them.
The only way to introduce a vertex to the tree then is also add
and edge from it to some existing vertex in the tree. We denote
a tree formed by adding a new vertex and edge incident to a
existing vertex
in tree
as
. Then, as
an example, consider
and
.
Joshua Taylor
2005-04-27