TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Making of “Introduction to A*”

107 点作者 phenylene超过 10 年前

4 条评论

userbinator超过 10 年前
&quot;A* &quot; may be one of the most un-Google-able algorithm names I&#x27;ve come across, since the {asterisk} is used as a wildcard too. (Edit: and is significant for formatting here too.)<p>As of this post, Googling &quot;A* algorithm&quot; gives more relevant hits about the algorithm than the experience I had many years ago when I tried to learn about it, but it still uses * as a wildcard so you get various <i>other</i> algorithm pages mixed in there too. Trying &quot;A\* algorithm&quot; seems to yield even worse results, which is counterintuitive to the programmers who are most likely to try escaping metacharacters in queries...
评论 #8448120 未加载
评论 #8447468 未加载
gameguy43超过 10 年前
Great work. Reminds me of Choc, an implementation of Bret Victor&#x27;s Learnable Programming: <a href="http://www.fullstack.io/choc/" rel="nofollow">http:&#x2F;&#x2F;www.fullstack.io&#x2F;choc&#x2F;</a><p>I&#x27;m really interested in solutions for visually explaining what an algorithm does. Anyone have any other resources they like?
评论 #8446420 未加载
评论 #8446445 未加载
评论 #8446437 未加载
nerdy超过 10 年前
You might recognize this as being similar to the Stanford page but a slightly different header:<p><a href="http://theory.stanford.edu/~amitp/GameProgramming/AStarComparison.html" rel="nofollow">http:&#x2F;&#x2F;theory.stanford.edu&#x2F;~amitp&#x2F;GameProgramming&#x2F;AStarCompa...</a><p>The Stanford page links to a redblobgames e-mail so it&#x27;s probably the same person
reyman超过 10 年前
There is the repository here also : <a href="https://github.com/enjalot/algovis" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;enjalot&#x2F;algovis</a>