PPT Slide
Yes, the second snake is a rotation of the first.
1 2 3 4 1 2 4 3 1 2 3 4 1 2 4 3
Here, we duplicated the first snake (red numbers) and shifted the second snake to the right.
Notes:
A snake is a closed loop. In order to “simulate” a closed loop we have added the red numbers to the original snake. It’s just a lazy visual way to make our comparisons easier.