7. Knight’s Tour
This is basically a mathematical problem, and the basics are that you move the knight on the chessboard (or some other board) in a manner that knight moves in chess, but in a way that it visits each square precisely once. You can also get detailed instructions and tips from here.