Fix directed Eulerian path requirement
This commit is contained in:
parent
c8d45c39f4
commit
02e3793a43
|
@ -160,7 +160,7 @@ In a directed graph,
|
||||||
we focus on indegrees and outdegrees
|
we focus on indegrees and outdegrees
|
||||||
of the nodes.
|
of the nodes.
|
||||||
A directed graph contains an Eulerian path
|
A directed graph contains an Eulerian path
|
||||||
exactly when all the edges belong to the same strongly
|
exactly when all the edges belong to the same
|
||||||
connected component and
|
connected component and
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item in each node, the indegree equals the outdegree, \emph{or}
|
\item in each node, the indegree equals the outdegree, \emph{or}
|
||||||
|
|
Loading…
Reference in New Issue