diff options
author | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-12-03 20:04:31 +0100 |
---|---|---|
committer | Marcin Chrzanowski <mc370754@students.mimuw.edu.pl> | 2021-12-03 20:04:31 +0100 |
commit | 9cf82af367d69ec10170a267f397de324ed09dce (patch) | |
tree | 3f693bc8ee86f245bb818856beaada47c6c474d7 | |
parent | e59848669456a4e7df5a574ac429ee3e71d0225c (diff) |
Reword sentence
-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. |