Saturday, July 21, 2012

Knight Tour


The Knight Tour is one of the famous mathematical problems of the Chessboard. How can the Knight visit all the squares on the chessboard without moving to the same square twice?


This problem can be solved through a computer program using several algorithms.

Details on Wiki & ChessBase
Solutions in C-Language and Java
Below is a Video of the solution

No comments:

Post a Comment