PROJECT EULER · #0824
Chess Sliders
A Slider is a chess piece that can move one square left or right.
This problem uses a cylindrical chess board where the left hand edge of the board is connected to the right hand edge. This means that a Slider that is on the left hand edge of the chess board can move to the right hand edge of the same row and vice versa.
Let
For example,
Find
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.