Knight's tour: Difference between revisions

Line 3,171:
{{works with|Delphi|6.0}}
{{libheader|Forms,Types,SysUtils,Graphics,ExtCtrls}}
[[File:DelphiKnightsTour.png|thumb|none]]
Brute force method. Takes a long time for most solutions, so some optimization should be used. However, it has nice graphics.
 
<syntaxhighlight lang="Delphi">
Line 3,398 ⟶ 3,400:
</syntaxhighlight>
{{out}}
 
[[File:DelphiKnightsTour.png|thumb|none]]
<pre>
</pre>
465

edits