Rules
Draw a single continuous loop in the grid using horizontal and vertical line segments so that the loop visits every cells with circles, other cells may remain unvisited. It should not cross or overlap itself. Between two consecutively visited circles of the same color, the loop must not turn. Between two consecutively visited circles of different colors, the loop must turn exactly once.
Click to see the answer.