TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

15 Puzzle

11 pointsby viburnumover 5 years ago

1 comment

gopalvover 5 years ago
My dad bought me one on a long train ride, which had 8-way slides and a few years down the line, I happened to find it &amp; ended up writing out a solver[1].<p>The problem is not particularly difficult though, I spent most of my time building out a graphviz &quot;solution trail&quot; to see my rankings[2].<p>[1] - <a href="http:&#x2F;&#x2F;notmysock.org&#x2F;code&#x2F;8puzzle.py" rel="nofollow">http:&#x2F;&#x2F;notmysock.org&#x2F;code&#x2F;8puzzle.py</a><p>[2] - <a href="http:&#x2F;&#x2F;notmysock.org&#x2F;code&#x2F;8puzzle.png" rel="nofollow">http:&#x2F;&#x2F;notmysock.org&#x2F;code&#x2F;8puzzle.png</a>