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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Animated Algorithms

217 点作者 nanomage超过 10 年前

20 条评论

duncanmeech超过 10 年前
Featured algorithms are on the homepage or these are good examples of the site:<p><a href="http://www.algomation.com/algorithm/towers-hanoi-recursive-visualization" rel="nofollow">http:&#x2F;&#x2F;www.algomation.com&#x2F;algorithm&#x2F;towers-hanoi-recursive-v...</a><p><a href="http://www.algomation.com/algorithm/dijkstra-graph-shortest-path-london-underground" rel="nofollow">http:&#x2F;&#x2F;www.algomation.com&#x2F;algorithm&#x2F;dijkstra-graph-shortest-...</a><p><a href="http://www.algomation.com/algorithm/reversi-othello-engine-negamax-zobrist-history-heuristic" rel="nofollow">http:&#x2F;&#x2F;www.algomation.com&#x2F;algorithm&#x2F;reversi-othello-engine-n...</a><p><a href="http://www.algomation.com/algorithm/heap-sort-priority-queue" rel="nofollow">http:&#x2F;&#x2F;www.algomation.com&#x2F;algorithm&#x2F;heap-sort-priority-queue</a>
alco超过 10 年前
Instead of the animation speed setting it should have a slider (like, for instance, here <a href="http://debug.elm-lang.org/edit/Mario.elm" rel="nofollow">http:&#x2F;&#x2F;debug.elm-lang.org&#x2F;edit&#x2F;Mario.elm</a>). Otherwise, it&#x27;s more like a nice animation than a learning tool.
blt超过 10 年前
Great site! I would suggest a list of &quot;related algorithms&quot; on each animation, for example if you want to look through all the sorting algorithms.
评论 #8310508 未加载
joncalhoun超过 10 年前
I&#x27;m not sure if the site is having issues, or if I am just searching the wrong algorithms :(<p>Can you link me directly to an algorithm to check out the animation?
评论 #8310280 未加载
评论 #8310294 未加载
评论 #8310452 未加载
dceddia超过 10 年前
This is really great. I always wished something like this existed when I was going through CS undergrad (and grad, for that matter). Have you tried reaching out to any CS professors to tell them about it? You might also spread the word by telling some &quot;coding interview&quot; blogs about it.
评论 #8311089 未加载
评论 #8310271 未加载
wijt超过 10 年前
Sadly the website seems to have fallen over for me.<p>I am really interested in how it works. From what I could see it seems a bit more cumbersome, than my approach of a using full JS interpreter: <a href="http://will.thimbleby.net/algorithms/doku.php?id=bubble_sort" rel="nofollow">http:&#x2F;&#x2F;will.thimbleby.net&#x2F;algorithms&#x2F;doku.php?id=bubble_sort</a>
评论 #8311245 未加载
knowaveragejoe超过 10 年前
When you restart a visualization, it automatically switches back to &#x27;continuous&#x27; even if you had single-step selected. Making it easier to start from the very beginning would be beneficial I think. Just a suggestion.
mmanfrin超过 10 年前
Very pretty, reminds me of <a href="http://www.cs.usfca.edu/~galles/visualization/Algorithms.html" rel="nofollow">http:&#x2F;&#x2F;www.cs.usfca.edu&#x2F;~galles&#x2F;visualization&#x2F;Algorithms.htm...</a>
评论 #8311622 未加载
评论 #8310584 未加载
btbuildem超过 10 年前
Djikstra&#x27;s Shortest Path crashes my browser (Chrome 37.0.2062.120)
dsjoerg超过 10 年前
Needs a caching algorithm.
theoutlander超过 10 年前
Nice! I don&#x27;t understand how to link the algorithm to an animation when creating a new algorithm? I&#x27;m clearly missing something.
mkoryak超过 10 年前
<a href="http://www.algomation.com/search?q=bogosort" rel="nofollow">http:&#x2F;&#x2F;www.algomation.com&#x2F;search?q=bogosort</a><p>nothing :P
iillmaticc超过 10 年前
Damn where was this while I was in university! I&#x27;m definitely a visual learner and these are great! Thanks OP.
mike_mg超过 10 年前
traffic issues aside, great job. Quality resource, will recomend to cs undergrad friends
duncanmeech超过 10 年前
I added a few more dynos...nice and smooth now. Apologies. -duncan meech
jokoon超过 10 年前
I desperately need delaunay triangulation
评论 #8312556 未加载
uberdog超过 10 年前
Appears to be falling over.
notastartup超过 10 年前
Just searched for bubble sort.<p>Impressive! So much easier when you get to see an animation of what it does<p><a href="http://www.algomation.com/algorithm/bubble-sort-optimized" rel="nofollow">http:&#x2F;&#x2F;www.algomation.com&#x2F;algorithm&#x2F;bubble-sort-optimized</a>
cosmicvisitor超过 10 年前
site doesn&#x27;t work on my browser- this is 2014.
评论 #8311132 未加载
paraxisi超过 10 年前
Does it really need to reload the whole page to change to a new algo? Creates a crazy history trail you&#x27;ll have to backspam through.