[UVA][TSP] 11643 - Knight Tour
Problem H
Knight Tour
Input: Standard Input
Output: Standard
Output
In the game of chess in 8 x 8
grid a knight can move in an interesting way. Its moves are like “L” shape. A knight
can move from cell (r1, c1) to cell (r2, c2)...