15 puzzle solver: Difference between revisions

Line 6,315:
Extrapolating from 0.5s/4hrs of C++, as-is this would probably take at least 3 days to solve the extra credit...<br>
You could probably make solve() iterative rather than recursive, and then go all full-on-inline-assembly on it...
==={{header|PowerBASIC}}===
Works with PowerBASIC 6 Console Compiler
{{trans|Go}}
Line 6,786:
'call fifteenSolver(&h0c9dfbae37254861, 1000)
end function
 
=={{header|Python}}==
===Iterative Depth A*===
Anonymous user