Solve a Hidato puzzle: Difference between revisions

m
Changed a var to const.
(Replaced "split" with "splitWhiteSpace". Created a Hidato type to manage context. Changed to allocate the board dynamically. Change indentation to conform to style guide. Many other changes.)
m (Changed a var to const.)
Line 2,716:
 
 
varconst hiHi = """
__ 33 35 __ __ . . .
__ __ 24 22 __ . . .
Line 2,726:
. . . . . . 5 __"""
 
var hidato = initHidato(hiHi)
hidato.print()
echo("")
Anonymous user