Typos
This commit is contained in:
@ -7,7 +7,7 @@ This means that the sets $\{1, 2, 3\}$ and $\{3, 2, 1\}$ are identical.
|
||||
|
||||
\definition{}
|
||||
A \textit{graph} $G = (N, E)$ consists of two sets: a set of \textit{vertices} $V$, and a set of \textit{edges} $E$. \par
|
||||
Verticies are simply named \say{points,} and edges are connections between pairs of vertices. \par
|
||||
Vertices are simply named \say{points,} and edges are connections between pairs of vertices. \par
|
||||
In the graph below, $V = \{a, b, c, d\}$ and $E = \{~ (a,b),~ (a,c),~ (a,d),~ (c,d) ~\}$.
|
||||
|
||||
\begin{center}
|
||||
|
Reference in New Issue
Block a user