15 puzzle solver: Difference between revisions

Content deleted Content added
PSNOW123 (talk | contribs)
m Small coding improvements.
PureFox (talk | contribs)
m →‎{{header|Wren}}: Minor tidy
Line 10,562:
{{libheader|Wren-long}}
This works but is very slow (132 seconds).
<syntaxhighlight lang="ecmascriptwren">import "./long" for ULong
 
var Nr = [3, 0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3]