Dijksta's algorithm for finding the shortest path in a weighted graph. Even if you don't care about graph theory, you should still watch the video to enjoy the quality of the explanation. Sure it is pretty, but the merits go well beyond that. Notice how the example is small, but just big enough to include the tricky cases of the algorithm. Even the asides are beautifully done; when the narrator talks about using a priority queue, the little animation does the right heap percolation thing :-)
happytoes 0 points 2.2 years ago
That is a big collection. I looked at Dijkstra's Shortest Path
https://www.cs.usfca.edu/~galles/visualization/Dijkstra.html
I would have had no idea what was going on if I hadn't watched the video first!
The 8-Queens animation is cool https://www.cs.usfca.edu/~galles/visualization/RecQueens.html