According to Wikipedia
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
According to me
It’s one of those problems that bring you hair-pulling disorder if you tried to solve it on your own instead of assigning computers to solve it
Is a simple heuristic technique for solving the Knights Tour problem. And its the used technique in this visualization.
It consists of two steps: