- A knight (the chess piece)
- $m$ x $n$ grid
- Start from any square
Question:
For which, general case, $m$ x $n$ (neglecting the obvious failes $m,n=1,2$) is this possible/impossible without visiting the same square more than once? Can you mathematically prove this?
My approach has been "guessing" so far. So don't know how to prove it.
Here are some simple examples:
Obviously you can't start at the mid square and no matter where you start on the periferi the mid square will be left empty.
On this example we can see my approach (1-12) which means it's possible only if we start at 1,3,5,8,10,12. So this is at least the minimum grid required, $3$x$4$ (least squares involved).

