Knight's tour: Difference between revisions

m
Line 1,723:
While a little slower than using Warnsdorff this solution is interesting:
 
1. It shows that [[Hidato (see: http://rosettacode.org/wiki/Hidato)]] and Knights Tour are essentially the same problem.
 
2. It is possible to specify which square is used for any Knights Move.
Line 1,978:
Model has been successfully processed
</lang>
 
=={{header|Perl}}==
Knight's tour using [[wp:Knight's_tour#Warnsdorff.27s_algorithm|Warnsdorffs algorithm]]
Anonymous user