Session 03 - Introduction to Graph Theory III
Introduction To Trees
A tree is connected undirected graph with no simple circuits.
An undirected graph is a tree if and only if there is a unique simple path between any two of its vertices.
Since the graph is a tree there are no cycles therefore any path is unique.
(
Assume that for any pair vertices,
A rooted tree is a tree in which one vertex has been designated as the root and every edge is directed away from the root.
A rooted tree is called an
The tree is called a full
An
An ordered rooted tree is a rooted tree where the children of each internal vertex are ordered.
A tree with
By induction on
A full m-ary tree with
Every vertex must be a child of a unique internal vertex except for the root.
The level of a vertex in a rooted tree is the length of the unique path from the root to the vertex.
The level of the root is defined to be
The height of a tree is the maximum level of a tree.
A tree of height