Knights Tours on an arbitrary chess board size

1
2
let successCount = 0;
const boardSizeHoriz=8;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Playing around with knight's tours using Warnsdorff's rule with the added heuristic of choosing the square most distant from the center as a tie-break.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.