Skip to content

Enumerate all closed Knight's Tours (implemented in multiple languages)

License

Notifications You must be signed in to change notification settings

jmoy/knights_tours

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerate all closed knight's tours on chessboards of arbitrary size.

Each executable expects to be called with two arguments m and n and enumerate all knight's tours on an m×n chessboard.

The C++ and Haskell versions are multithreaded.

The 3×12 board is a small example which runs in reasonable time.

About

Enumerate all closed Knight's Tours (implemented in multiple languages)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published