Figure 1 Parberry proposed another algorihm to construct a closed knight’s tour on board of sizes n x n, or n X (n + 2) for even n > 6, and for board of size nx (n+ 1) for n > 6. The algorithm works by dividing the board into 4 quadrants, generate a closed knight’s tour for each quadrant, and finally remove 4 edges and add 4 new edges at the inside corners combine four smaller closed knight’s tours into a complete closed knight’s tour for the board. This kind of algorithm is called quadrisected. These two algorithms work for amxn board. Note that it is clear by parity argument that for mn is odd there is no closed knight’s tour on the m x n board. FIGURE 1. The structured knight’s tour.