Jump to content

15 puzzle solver: Difference between revisions

Line 7,439:
{{trans|Go}}
<lang PowerBASIC>
' Note: This is my first contribution; I know that PowerBASIC should be before Python, but I was not able to insert it properly;
' Solve fe169b4c0a73d852 in 4-5 seconds (on Intel Core i7-3770 3.40 GHz, 16 GB RAM, Windows 10 Pro).
' Python source always appears as a subsection of my source.
' I think it depends by hte header, (=== instead of ==) at the beginning of Python source, but I'm not sure)
' Someone can help and move this source in the correct place? In the case, remove this comment. Thanks.
'
' SolveThe 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).
' Most of initialization is done in procedure fifteenSolver(), so it's possible to call it many times from the main function.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.