1. Knight Distance Knight distance is a figure that represents the minimal move that will bring a knight to a specific square in chessboard. For example, knight distance when knight is on c4 goes: --- 2. Infinite Knight Distance … And what if the chessboard is infinite? Will there exist some squares that changes its value of knight distance when the chessboard is infinite? What I mean when saying infinite, it means below: For the case on c4, it doesn’t matter. --- So my question can be st...| Recent Questions - Puzzling Stack Exchange
We have many puzzles to find complete knight's tours – including on 4D boards, irregular boards and nonplanar boards – but few puzzles to find partial tours where only some cells are visited. I present a puzzle of the latter type below. On an 8×7 board, can 26 cells be labelled 0 to 25 inclusive such that 0-1-2-…-25-0 is a closed knight's tour and every even number n is also a knight's move away from (n+7) mod 26? Can the same be done on an 8×6 board? A 7×7 board?| Recent Questions - Puzzling Stack Exchange