Graph theory partial cleanup

This commit is contained in:
2023-07-09 21:37:57 -07:00
parent 90bea68cb5
commit c9dd7f4f99
6 changed files with 181 additions and 7 deletions

View File

@ -201,11 +201,11 @@ Is there an Eulerian path in the following graph? \par
Is there an Eulerian path in the following graph? \par
\begin{center}
\begin{tikzpicture}[
node distance={20mm},
thick,
main/.style = {draw, circle}
]
\begin{tikzpicture}[
node distance={20mm},
thick,
main/.style = {draw, circle}
]
\node[main] (1) {$x_1$};
\node[main] (2) [above right of=1] {$x_2$};