The visualization tool illustrates finding the shortest path in a graph in two ways: a brute-force algorithm that enumerates all possible paths and Dijkstra's shortest-path algorithm.
See the visualizer at https://zerny.github.io/shortest-path/index.html