Knight's Tour puzzle solver using a backtracking algorithm. Complete the board in one pass.
This is an implementation of the Knight's Tour puzzle. It uses a backtracking algorithm to find a solution to the puzzle.