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://www.algomation.com/algorithm/towers-hanoi-recursive-v...</a><p><a href="http://www.algomation.com/algorithm/dijkstra-graph-shortest-path-london-underground" rel="nofollow">http://www.algomation.com/algorithm/dijkstra-graph-shortest-...</a><p><a href="http://www.algomation.com/algorithm/reversi-othello-engine-negamax-zobrist-history-heuristic" rel="nofollow">http://www.algomation.com/algorithm/reversi-othello-engine-n...</a><p><a href="http://www.algomation.com/algorithm/heap-sort-priority-queue" rel="nofollow">http://www.algomation.com/algorithm/heap-sort-priority-queue</a>
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://debug.elm-lang.org/edit/Mario.elm</a>). Otherwise, it's more like a nice animation than a learning tool.
Great site! I would suggest a list of "related algorithms" on each animation, for example if you want to look through all the sorting algorithms.
I'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?
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 "coding interview" blogs about it.
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://will.thimbleby.net/algorithms/doku.php?id=bubble_sort</a>
When you restart a visualization, it automatically switches back to 'continuous' even if you had single-step selected. Making it easier to start from the very beginning would be beneficial I think. Just a suggestion.
Very pretty, reminds me of
<a href="http://www.cs.usfca.edu/~galles/visualization/Algorithms.html" rel="nofollow">http://www.cs.usfca.edu/~galles/visualization/Algorithms.htm...</a>
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://www.algomation.com/algorithm/bubble-sort-optimized</a>