Note that this is not the Knight's Tour
problem, that problem involves finding the longest path.
The code is fully annoted with Doxygen comments. You can see the generated documentation pages here.
The Master Sources
The following files are available for download from this web site:
| |||||||
SourceForge Downloads
| |||||||
Ubuntu Packages
If you use Ubuntu Linux, there are pre-built packages available for installation using the normal sudo apt-get install method, from this package archive (PPA). Instructions are available there for how to manually add the PPA to your /etc/apt/sources.list file, but the following commands are sufficient on recent versions of Ubuntu:
sudo add-apt-repository ppa:pmiller-opensource/ppa sudo apt-get update sudo apt-get install knight-path | |||||||
Debian Packages
| |||||||
Aegis DVCS
This project is developed using Aegis, a distributed version control system.
|
Knight-path is written and owned by Peter Miller <pmiller@opensource.org.au> and is freely distributable under the terms and conditions of the GNU GPL. | There is more Software by Peter Miller at his home page. |