Knight's graph | |
Vertices: | mn |
Edges: | 4mn-6(m+n)+8 n\ge2 m\ge2 |
Girth: | 4 (if n\ge3 m\ge5 |
Properties: | bipartite |
In graph theory, a knight's graph, or a knight's tour graph, is a graph that represents all legal moves of the knight chess piece on a chessboard. Each vertex of this graph represents a square of the chessboard, and each edge connects two squares that are a knight's move apart from each other.More specifically, an
m x n
m x n
(x,y)
1\lex\lem
1\ley\len
\sqrt{5}
For an
m x n
nm
m>1
n>1
4mn-6(m+n)+8
n x n
n2
4(n-2)(n-1)
A Hamiltonian cycle on the knight's graph is a (closed) knight's tour.[1] A chessboard with an odd number of squares has no tour, because the knight's graph is a bipartite graph (each color of squares can be used as one of two independent sets, and knight moves always change square color) and only bipartite graphs with an even number of vertices can have Hamiltonian cycles. Most chessboards with an even number of squares have a knight's tour; Schwenk's theorem provides an exact listing of which ones do and which do not.[2]
When it is modified to have toroidal boundary conditions (meaning that a knight is not blocked by the edge of the board, but instead continues onto the opposite edge) the
4 x 4