Discrete Module 4-1
Discrete Module 4-1
TREE
• Definition − A Tree is a connected acyclic undirected graph. There is a
unique path between every pair of vertices in G. A tree with N number
of vertices contains (N-1) number of edges. The vertex which is of 0
degree is called root of the tree. The vertex which is of 1 degree is
called leaf node of the tree and the degree of an internal node is at
least 2
Theorems
Rooted Tree