15 puzzle solver: Difference between revisions

Line 7,439:
{{trans|Go}}
<lang PowerBASIC>
 
' Note: This is my first contribution; I've some trouble inserting it properly.
' The language after my insertion appears "appended" to my source and I don't understand why.
' Tried before Python, then before Racket, same problem.
' Maybe some termination of my contribution is missed ...
' Someone can help and move this source in the correct place? In the case, remove this comment. Thanks.
'
' The program solve fe169b4c0a73d852 in 4-5 seconds (on Intel Core i7-3770 3.40 GHz, 16 GB RAM, Windows 10 Pro).
' Test not completed with 0c9dfbae37254861 (still running after about 4 hours).
Line 7,912 ⟶ 7,907:
'call fifteenSolver(&h0c9dfbae37254861, 1000)
end function
</lang>
=={{header|Racket}}==
<lang Racket>
Anonymous user