Please enable JavaScript.
Coggle requires JavaScript to display documents.
Trees - Coggle Diagram
Trees
Rooted Trees
-
-
-
all the vertices on the simple path from the root to a vertex v are called ancestors of v (the vertex is its considered own ancestor)
-
A vertex u right before v on the simple path from the root to v is called the parent of v, and v is a child of u
-
-
All the descendants of a vertex v with all the edges connecting them form the subtree of T rooted at that vertex
-
-
-
-
-
-