Abstract

The classic puzzle of finding a closed knight’s tour on a chessboard consists of moving a knight from square to square in such a way that it lands on every square once and returns to its starting point. The 8 × 8 chessboard can easily be extended to rectangular boards, and in 1991, A. Schwenk characterized all rectangular boards that have a closed knight’s tour. More recently, Demaio and Hippchen investigated the impossible boards and determined the fewest number of squares that must be removed from a rectangular board so that the remaining board has a closed knight’s tour. In this paper we define an extended closed knight’s tour for a rectangular chessboard as a closed knight’s tour that includes all squares of the board and possibly additional squares beyond the boundaries of the board and answer the following question: how many squares must be added to a rectangular chessboard so that the new board has a closed knight’s tour?

1. Introduction

For many years individuals have been intrigued with the chessboard, not just because of the intricacies and strategies in the game of chess, but also for the many puzzles that have been devised on the board. In addition, mathematicians see these puzzles as special cases of major topics in graph theory. For instance, positioning queens on the board so that none can be captured illustrates independence; choosing the fewest number of squares so that rooks on these squares can attack every square is dominance; and moving a knight from square to square in such a way that it lands on every square once and returns to its starting point is an example of a Hamiltonian cycle. One source that surveys the history and results of many chessboard puzzles, as well as summarizing variations and extensions to other surfaces, is [1]. Specifically for the knight’s tour problem, if we label each square on an 8 × 8 chessboard with an ordered pair using its row and column position, and assign (1, 1) to the upper left square, then a knight beginning at (r, c) can legally move to any of the eight squares (r ± 2, c ± 1) or (r ± 1, c ± 2) unless (r, c) is too close to the edge of the board. An open knight’s tour (sometimes called a path) consists of a sequence of legal moves so that a knight lands on each square exactly once. See Figure 1 for some examples that will be used later where the tours begin at the square labeled or 1 and end at squares or 20. A closed knight’s tour has the added condition that the knight must end its tour on the initial square. The 8 × 8 chessboard can easily be extended to rectangular boards, and in 1991, Schwenk characterized all rectangular boards that have a closed knight’s tour [2]. He used an induction proof with nine basis steps to construct closed knight’s tours for all admissible boards to prove the following.

Schwenk’s Theorem. An m × n chessboard with m n has a closed knight’s tour in all but the following cases:(a) for all ;(b) for all ;(c) and or is odd;(d) for all ;(e) for all combinations of odd and odd.

More recently, Demaio and Hippchen investigated the impossible boards in [3] and determined the fewest number of squares that must be removed from a rectangular board so that the remaining board has a closed knight’s tour. If we define an extended closed knight’s tour for a rectangular chessboard as a closed knight’s tour that includes all squares of the board and possibly additional squares beyond the boundaries of the board, then our interest is to answer the following: how many squares must be added to a rectangular chessboard so that the new board has a closed knight’s tour? For an board, the minimum number, called the extended tour number, is denoted as . Every rectangular board has an extended knight’s tour and the extended tour numbers are summarized in our main result.

Theorem 1. Every chessboard with has an extended tour number of except for the following:(a) for all ;(b) if n is even and ; otherwise, ;(c); ; and if and is odd;(d) for all n;(e) if with and both being odd.

Within the last twenty-five years, much of the research on knight’s tours have taken on the tone set by Schwenk [2] by being concerned about which boards allow knight’s tours. Knuth’s work in [4] on leapers (i.e., generalized knights) and Watkins’ book [1] have played no small part in the subject’s popularity either. A survey of the literature shows that knight’s tours have been studied on a variety of shapes and dimensions (cf. [57]). Generalized knight’s moves have been studied in [810]. In [1], extensions of Schwenk’s Theorem were given for four alternative surfaces: the torus, cylinder, Möbius strip, and the Klein bottle. Recently, the authors in [11] considered the same four surfaces and determined the fewest number of squares that must be removed or added to insure a knight’s tour.

2. Proof of Main Result

We will assume that the board is with 0 < m n, the upper left corner of each board is black, and the numbering for the extended knight’s tour begins at that square. Since every closed knight’s tour alternates between black and white squares, we have three useful observations about the number of additional squares needed.(a)The total number of squares (original and additional) must be even and must consist of an equal number of black and white squares.(b)An odd number of squares are needed to connect two squares of the same color.(c)An even number of squares are needed to connect two squares of opposite color.In [2, 3], where tours are restricted to squares on the original board, no closed knight’s tour exists when m = 1 or 2; however, by allowing additional squares, the extended tour numbers do exist and are generally larger than those for larger boards. In addition, the arrangement of the added squares is not unique. For instance, consider the three variations for the 2 × 2 board shown in Figure 2. Probably the second configuration is preferred over the first because the additional squares are all adjacent to the original board, but the third arrangement will be used in case (b) of the proof to show that because of its simplicity, symmetry, and the ability to extend it to longer boards.

The proof will be organized by considering the cases (a)–(e) from Schwenk’s Theorem in order.

(a) The Case . A special situation applies for the 1 × 1 chessboard. One solution is to move to an additional square and simply return to the original square; however, if backtracking is to be avoided, at least three additional squares are needed (by observation (b)). One configuration that uses exactly three additional squares is in Figure 3 with the original 1 × 1 chessboard on square 1.

For m = 1 and n ≥ 2, a useful variation of the rectangular board is a graph where each square is represented by a vertex (colored white or black) and an edge joins two vertices if a knight can move between the corresponding squares in a single move. Thus, if m = 1 and n ≥ 2, the board can be thought of as a graph with isolated vertices. A cycle is formed by selecting a vertex one at a time, either adding an odd number of new vertices after it if the next selected vertex has the same color, or adding an even number of vertices after it if the next selected vertex has the opposite color and repeating this between the last selected vertex and the first one. Note that at least twice on the cycle the vertex color will change, so τ(1, n) ≥ () + 2 + 2 = n + 2 for n ≥ 2. This bound would be achieved if a shortest cycle could be formed by selecting the black vertices in succession and inserting one vertex between each pair, inserting two vertices between the last black vertex and the first white vertex selected, inserting one vertex after each white vertex until all vertices are selected, and then adding two vertices between the last white vertex and the first black vertex. Since there are white squares and black squares, then n = w + b and this shortest cycle includes new vertices. This is accomplished by the following process.(1)Place the board in the top row of a 3 × (n + 4) rectangle so that the upper left square of the board is in the (1, 3) position, and color that square black.(2)Begin moving where m = n + 1 if is even or n + 2 if is odd.(3)If is even, continue with (1, n + 1), (3, n + 2), (2, n + 4), (1, n + 2).If is odd, continue with (1, n + 2), (2, n + 4), (3, n + 2), and (1, n + 1).(4)Now, proceed backwards from (1, j), (3, ), , (3, 3), (2, 1), (1, 3) where j = n + 1 if is odd or n + 2 if is even.The forward and backward passes through row 3 do not overlap because the first pass uses white squares and the reverse pass uses only black squares. (These cycles are illustrated in Figure 3 for and 5.) So, for n ≥ 1.

(b) The Case . Consider that is even first. If , then the corresponding graph consists of four isolated vertices, and if n > 4 is even, then the corresponding graph consists of four paths with at least four additional vertices needed to connect them. If + 4k for some nonnegative integer k, then the paths are from (1, 1) to (), (2, 1) to (), (1, 2) to (1, n), and (2, 2) to (2, n). Notice that two of the paths begin (on the left) and end (on the right) on black squares, while two of the paths begin and end on white squares. On the other hand, if k for some positive integer k ≥ 2, then the paths are from (1, 1) to (2, ), (2, 1) to (1, ), (1, 2) to (2, n), and (2, 2) to (1, n). In this case, all four of the paths begin (on the left) and end (on the right) on squares of opposite colors. Let , , , and denote the four paths where the subscript indicates the beginning vertex.

For each of these values of it is possible to link the four paths (or isolated vertices) together with exactly four additional vertices; however, then and will be joined at both ends and and will be joined at both ends, creating two disjoint cycles instead of a single knight’s tour. Therefore, to create a single cycle, we will have to connect a white square to a white square, a black square to a black square, a white square to a black square, and a black square to a white square requiring at least 6 additional squares by observations (b) and (c). Notice also that for at least 6, joining the beginning of one path to the end of another would require at least 2 additional squares, so we assume that we join the beginning of one path to the beginning of another (or the right end of one path to the right end of another). This can be done as follows: Connect to using the additional square , connect to using the additional square , connect (1, ) to (1, n) using (0, n + 1) and (−1, ), and connect (2, ) to (2, n) using (3, n + 1) and (4, ). Thus, only the six additional squares , , (0, n + 1), (−1, ), (3, n + 1), and (4, ) are needed. For example, for the 2 × 2 board, the six external squares are (3, 0), (0, 0), (0, 3), (−1, 1), (3, 3), and (4, 1) and a tour is (1, 1) → (3, 0) → (2, 2) → (4, 1) → (3, 3) → (2, 1) → (0, 0) → (1, 2) → (−1, 1) → (0, 3) → (1, 1) as shown in the third board arrangement in Figure 2. Sample boards are shown for the 2 × 6 and 2 × 8 rectangles in Figure 4. Thus, if n 4 and is even.

If , a knight at any square on the 2 × 4 board can move to only one other square, so the corresponding graph consists of four components (all paths with one edge). To form an extended closed knight’s tour, at least four vertices must be added to connect the paths. This can be accomplished as shown in Figure 5.

Now consider when is odd. Again, the corresponding graph consists of four paths and at least four vertices are needed to connect them. This can be done by using one additional vertex (or square) at each corner of the chessboard and applying the following procedure.(1) If for some positive integer k, then the paths are from (1, 1) to (1, n), (2, 1) to (2, n), (1, 2) to (2, ), and (2, 2) to (1, ).If k for some nonnegative integer k, then the paths are from (1, 1) to (2, n), (2, 1) to (1, n), (1, 2) to (1, ), and (2, 2) to (2, ).(2)Insert the vertex (3, n + 1) between (1, n) and (2, ). Insert (0, 0) between (1, 2) and (2, 1). Insert (0, n + 1) between (2, n) and (1, ). Finally, insert (3, 0) between (2, 2) and (1, 1).The extended closed knight’s tours for the 2 × 5 and 2 × 7 boards are in Figure 5, and if or is odd.

(c) The Case . First, let or 5. Since a 3 × 3 or 3 × 5 board has an odd number of squares, an odd number of squares must be added to complete an extended cycle (by observation (a)). For the 3 × 3 board, if the knight is on the center square, there are no squares to which it can move. Thus, an extra square is needed. Similarly, since the knight needs to return to the center square, a second square must be added. Therefore, . In fact, exactly three additional vertices are needed as shown in Figure 6.

Suppose . Since square (1, 1) is black (per our assumptions), then the added square must be white (for parity) and must be adjacent to two black squares in the extended knight’s tour. If we consider the cyclic graph associated with the tour and remove the added vertex, then a Hamiltonian path remains on the fifteen vertices with both endpoints corresponding to black squares. Since squares (2, 1) and (2, 5) are only adjacent to (1, 3) and (3, 3), the Hamiltonian path includes the cycle (2, 1), (1, 3), (2, 5), (3, 3), and (2, 1), which cannot happen on a path. Therefore, and is in fact 3, as shown in Figure 6.

Now, let , 6, or 8. Based on observation (a), the extended tour numbers for the 3 × 4, 3 × 6, and 3 × 8 boards must be at least 2. In fact, as shown in Figure 7. To show that , we introduce a useful construction for larger boards that consists of combining a smaller board with a rectangle having an open knight’s tour. For instance, to obtain a 3 × 8 board, attach the 3 × 4 board from Figure 1 to the right side of the 3 × 4 board in Figure 7. Begin the closed knight’s tour from square 1 to square 12, jump from square 12 to square , follow the open knight’s tour from to l, jump back from square to square 13, and resume the original closed knight’s tour to square 1.

Finally, the proof that if n ≥ 7 and is odd is included in subcases 3 and 4 in the proof for case (e) below.

(d) The Case . Since a board has an even number of squares, an even number of squares must be added to complete an extended cycle (by observation (a)). The 4 × 4, 4 × 5, and 4 × 6 boards are shown in Figure 8. Each of these “base” boards can be extended to a 4 × (n + 3k) board by adding copies of a 4 × 3 board on the right and linking them as shown in Figure 9. For instance, if k = 1, then the extended closed knight’s tour is formed by altering two moves. Consider the 4 × 4 board and begin traversing at square 1 until you get to square 2. Now replace the move from 2 to 3 with the following: from square 2, move to a, continue to f (using the lowercase letters), and then return to square 3. Second, replace the move between squares 15 and 16 with the following: from square 15, move to A, continue to F (using the uppercase letters), and then return to square 16. Finally, complete the tour by continuing to 1 in the original 4 × 4 board. Similarly, for the 4 × 5 board use the tour       20      , and for the 4 × 6 board use the tour       22  . If an extended closed knight’s tour exists with copies of the 4 × 3 board, then the kth copy can be attached by linking the squares D, E, b, and in the ()st copy with squares a, f, A, and F, respectively, in the kth copy. Thus, for n ≥ 4.

(e) The Case with m and n Both Being Odd. Figure 10 shows that,by observation (a), the values for . Finally, to show that if and are odd with 3 ≤ m, 7 ≤ n, we consider four subcases whose general structures are shown in (1). Each subcase is formed by constructing an rectangle from the smaller rectangles in Figures 10, 1, and 11 and then “connecting” them according to the rules given in (2). In general, the tours begin in the upper left corner, move up and down the first column of boards, and travel across the rows of boards and back. The external square is always above the small rectangular board in the upper left corner of the board. For clarity, note that, in subcase 1, if one begins the knight’s tour with the upper left square labeled 1, uses the labels for the squares of the boards as given in the figures, and follows the tour using the connecting rules, then the numbers and letters will always proceed in ascending order; however, in subcases 3 and 4, when one uses rule 13 to connect the string of 3 × 4 boards in the top row, the second, fourth, sixth, and so forth copies of the board will be traversed in reverse order. That is, the labels will be selected from down to instead of from to . Similarly, in subcases 2 and 4, the entire third, fifth, seventh, and so forth row of boards will be traversed in reverse order.

The four subcases for the general case when m and n are both odd are as follows:

Connection rules for the four subcases are as follows:

3. Conclusion

Every rectangular board has an extended knight’s tour and the extended tour numbers are summarized in Theorem 1, and the constructions in the proof indicate where the extended squares should be.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

Acknowledgment

The authors wish to thank the referees and the editor for helpful suggestions which improved the mathematical accuracy and the presentation of this paper.