View on GitHub

memo

Constructing Graphs from Other Graphs

1.1 Constructing Graphs from Other Graphs

Definition. Disjoint

$G_{1}$ and $G_{2}$ is said to be disjoint if

Definition. Union

The union of $G_{1}$ and $G_{2}$ is a graph $G$ whose vertex set and edge set are $V(G_{1}) \cup V(G_{2})$ and $E(G_{1}) \cup E(G_{2})$ respectively. We write $G_{1} \cup G_{2}$.

Definition. Components