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.

Show HN: Slide the daily word into the bottom row or: Caesar's 20-puzzle

13 pointsby romes10 months ago

4 comments

gus_massa10 months ago
(I recommend to read the instructions before starting.)<p>Almost solved it in the first try. I needed just 3 more moves.<p>Backward alphabet is too difficult. You should a add a copy of the alphabet to make it easier.<p>It would be nice to be able to drag a letter a few slots instead of one.<p>Perhaps if I undo one move, forgive it and cancel the +2 increase of the count. (I don&#x27;t like the idea of allowing many undos at once. Only one to forgive mistakes.)
评论 #41071828 未加载
10c810 months ago
Got it in 28 moves. It&#x27;s quite interesting how your brain seemingly goes from &quot;that&#x27;s impossible&quot; to finding an &quot;algorithm&quot; to it.
harshaxnim10 months ago
One insight is — characters remain the same when they move into a diagonal position. So if you want F, e.g., look for Fs on the diagonal, or Es 1 unit dist. Left&#x2F;above from the diagonal or Gs 1 unit dist. To the right, etc.
DengSchoo10 months ago
I already want to write some codes to solve this perfect hard-level(LeetCode) algo problem.
评论 #41077581 未加载