Loop and Bounds

Rules

Draw a single continuous loop in the grid using horizontal and vertical line segments so that the loop visits every cell exactly once. It should not cross or overlap itself. The length of a loop segment between two numbers should be strictly between the values of these numbers.

Click to see the answer.