Skip to content

The objective of this problem is to move the knight through the chessboard such that the knight visits every cell on the chessboard. Coded in Python

Notifications You must be signed in to change notification settings

sota6640/Knights-Tour-On-A-Chessboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Knights-Tour-On-A-Chessboard

The objective of this problem is to move the knight through the chessboard such that the knight visits every cell on the chessboard. I implemented Warnsdorff's algorithm in Python to solve this problem. The paper I wrote discussing this algorithm is linked below. https://drive.google.com/file/d/1feovxnBzath-Icg2NS8TZuGcjJ2KL6aV/view

About

The objective of this problem is to move the knight through the chessboard such that the knight visits every cell on the chessboard. Coded in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages