Change even -> odd

This commit is contained in:
Antti H S Laaksonen 2017-04-03 01:21:47 +03:00
parent f9e091b66a
commit c985d1e9ac
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ For example, in the graph
\end{samepage}
nodes 1, 3 and 4 have a degree of 2,
and nodes 2 and 5 have a degree of 3.
Exactly two nodes have an even degree,
Exactly two nodes have an odd degree,
so there is an Eulerian path between nodes 2 and 5,
but the graph does not contain an Eulerian circuit.