15 puzzle solver: Difference between revisions

Content added Content deleted
(Added Rust)
Line 2,577: Line 2,577:


===A* with good heuristic===
===A* with good heuristic===
;File - astar.py
<lang Python>
<lang Python>
"""
"""
Line 3,420: Line 3,421:
</lang>
</lang>


testone.py
;File - testone.py


<lang Python>
<lang Python>