Created: 2023-04-20 13:48
Status: #concept
Subject: Discrete Mathematics
Tags: Graph Theory Node Binary Tree
Tree
A tree is a connected graph that has no cycles.
- A "forest" is a graph with no cycles, but are not connected, composed of "Leaves".
- A forest connected with an Articulation Point will turn it into a tree, otherwise, it is a disconnected Graph.
Theorem
Let
is a tree; contains no cycles, and has edges; is connected, and has edges; is connected, and each edge is a bridge; - any two vertices of
are connected by exactly one path; contains no cycles, but the addition of any new edge creates exactly one cycle.
Spanning Tree
A subgraph that contains all vertices of the original graph that is a tree (no cycles).
- a Labeled Tree is a tree wherein the order and degree of each point matters.
- We can find the number of Labeled Trees of an
-vertex tree with Cayley's Formula.