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...