TwoStateProblem

Problem - 2751
In chess, a knight can move between the two opposite corner squares of a $2 \times 3$ block. The $2\times 3$ block can be either horizontal or vertical, and can be either direction of where the knight stands. In a $4\times 4$ grid, how many squares can a knight visit, including its starting square, in a series of moves without stopping at the same square twice?

report an error