Post-class fixes

This commit is contained in:
2024-04-08 07:37:59 -07:00
parent f2ba5bf1b3
commit 759e7e05f6
4 changed files with 24 additions and 19 deletions

View File

@ -176,7 +176,7 @@ Show that each of the following is possible:
Construct $R_2$ by removing one edge from $G_2$, then construct $\mathcal{L}(R_2)$. \par
\begin{itemize}
\item If this line graph has four edges, set $R_3 = \mathcal{L}(R_2)$. \par
\item If not, remove one edge from $R_2$ so that an Eulerian path still exists
\item If not, remove one edge from $\mathcal{L}(R_2)$ so that an Eulerian path still exists
and set $R_3$ to the resulting graph.
\end{itemize}
Label each edge in $R_3$ with the last letter of its target node. \par