Name | knights-tour_construction.cpp |
---|---|
Class Tree | |
Submitter | Martin Gebser |
Author | Martin Gebser and Roland Kaminski |
Description |
A C++ program that computes a Knight's Tour (if there is any) for a given checkerboard size in very short time. Compiling under Linux: g++ -o knightstour knights-tour_construction.cpp Usage on Linux shell (N is an integer): echo "size(N)" | knightstour Usage on Linux shell (using |
Created | 2009-03-27 12:58 |
Modified | 2009-04-01 00:54 |
Languages |
|
Language Features |
|
Compatible Instance Classes |
|
Input Predicates |
|
Output Predicates |
|
Encoding Parameter |
|
Standalone | No |
|
|
Attributes | |
Content |