Solve a Holy Knight's tour: Difference between revisions

Content added Content deleted
m (→‎JS ES6: (changed one name))
m (→‎ES6: (formatting))
Line 1,726: Line 1,726:
const problems = [
const problems = [
[
[
" 000 " //
" 000 " //
, " 0 00 " //
, " 0 00 " //
, " 0000000" //
, " 0000000" //
Line 1,736: Line 1,736:
],
],
[
[
"-----1-0-----" //
"-----1-0-----" //
, "-----0-0-----" //
, "-----0-0-----" //
, "----00000----" //
, "----00000----" //