Notebook for quick search
-
Updated
Oct 28, 2020 - Python
Notebook for quick search
A knight's tour is a sequence of moves of a knight on a chessboard such that the knight visits every square exactly once. If the knight ends on a square that is one knight's move from the beginning square (so that it could tour the board again immediately, following the same path), the tour is closed; otherwise, it is open. This notebook will ex…
Add a description, image, and links to the divide-and-conquer topic page so that developers can more easily learn about it.
To associate your repository with the divide-and-conquer topic, visit your repo's landing page and select "manage topics."