×
Museum of Algorithmic Art
MoAA is a pathfinder algorithm visualizer that showcases the performances of search algorithms, specifically highlighting the
efficiency of Dijkstra's Algorithm.
- Start and endpoints can be rearranged by dragging the green and red squares to the desired positions.
- Walls can be created to block the traversal to certain nodes by selecting "add walls" in the sidebar and clicking and
dragging your mouse across the graph.
- Weights can be added that represent a higher cost of traversing certain nodes by selecting "add weight" in the sidebar
and clicking and dragging your mouse across the graph. (Weighted nodes cost 8x more than an unweighted node to traverse)
- Select an algorithm to start the visualization.