Graph Theory Notes
Introduction to Graph Theory
Definition 1 (Simple Graph)
A simple graph is a graph with no self-loops and no multiple edges between the same pair of vertices.
\[G = (V, E)\]Where:
- $V$ is a non-empty set of vertices (nodes)
- $E$ is a set of unordered pairs of distinct vertices, i.e. \(E \subseteq \{\{u, v\} \mid u, v \in V,\; u \neq v\}\)