From c985d1e9ac2c2edd1e1f380d905f235d1538e43f Mon Sep 17 00:00:00 2001 From: Antti H S Laaksonen Date: Mon, 3 Apr 2017 01:21:47 +0300 Subject: [PATCH] Change even -> odd --- chapter19.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter19.tex b/chapter19.tex index 73c3466..1949b3f 100644 --- a/chapter19.tex +++ b/chapter19.tex @@ -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.