diff options
-rw-r--r-- | mgr.tex | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -423,8 +423,8 @@ The construction is as follows: vertices along this path with $1$. \item Now color another uncolored vertex of the first copy of $Q$ with the color $2$. - \item Try following edges as far as possible, coloring all vertices with - $2$. + \item Try following edges as far as possible, coloring all visited vertices + with $2$. \item If your run into an already colored vertex, pick an arbitrary uncolored vertex in this copy of $Q$ to color with $2$ and continue from here. |