Given an otherwise empty $n\times n$ chessboard with a knight on one of the squares, define the “knight-closedness” of this board as the maximum possible length of a minimal knight route from one square to another on that board. Determine a closed form for the knight-closedness of such a board in terms of $n$.
I came up with this problem on the train, and I think I’ve determined a few isolated values: for example, I have that the knight-closedness of an $8\times 8$ board is 6. However, I am not learned enough in graph theory to thoroughly resolve this question.
Cool question. +1. I wonder if this has a nice generalization to $m\times n$ boards.
– Mason Oct 02 '19 at 22:12