Live data from Hacker News

Animated Algorithms

algomation.com

11–20 of 36 posts

Re: Animated Algorithms

#14
Featured algorithms are on the homepage or these are good examples of the site:

http://www.algomation.com/algorithm/towers-hanoi-recursive-v...

http://www.algomation.com/algorithm/dijkstra-graph-shortest-...

http://www.algomation.com/algorithm/reversi-othello-engine-n...

http://www.algomation.com/algorithm/heap-sort-priority-queue

Re: Animated Algorithms

#15
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.

Re: Animated Algorithms

#18

I'm not sure if the site is having issues, or if I am just searching the wrong algorithms :( Can you link me directly to an algorithm to check out the animation?

more dynos added....should be smoother now.

Awesome thanks! The site looks great. It would be cool if you could add some support for algorithms that a lot of new programmers would be looking for. eg: DFS, BFS, and maybe Dijkstras. I didn't see any of those :(

Re: Animated Algorithms

#19

Very pretty, reminds me of http://www.cs.usfca.edu/~galles/visualization/Algorithms.htm...

Wow, that is super sweet. I have been planning to add user interaction to algomation.com but have not had the time yet. The input mechanism would need to support validation and defaults so that algorithms could always run unattended but otherwise very doable despite the web workers that I use on the site.

Re: Animated Algorithms

#20
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.
Post reply on HN