Fix typo
This commit is contained in:
parent
dd9d03d835
commit
f269ae3919
|
@ -530,7 +530,7 @@ proceeds as follows:
|
||||||
\path[draw=red,thick,->,line width=2pt] (5) -- (2);
|
\path[draw=red,thick,->,line width=2pt] (5) -- (2);
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{center}
|
\end{center}
|
||||||
We notice that the color or both nodes 2 and 5
|
We notice that the color of both nodes 2 and 5
|
||||||
is red, while they are adjacent nodes in the graph.
|
is red, while they are adjacent nodes in the graph.
|
||||||
Thus, the graph is not bipartite.
|
Thus, the graph is not bipartite.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue