Demos
Two interactive algorithm playgrounds: a live map of this site with shortest-path and MST tools, and a pathfinding visualizer with six search algorithms.
A live, force-directed map of every page on this site — nodes are pages, edges are the links connecting them. Drag nodes around, click any two to trace the shortest path between them, or toggle the minimum spanning tree.
Draw walls and terrain, place teleport portals, and race six pathfinding algorithms across the same board — BFS, Greedy Best-First, Dijkstra, A*, bidirectional BFS, and bidirectional Dijkstra.
| algorithm | visited | path cost | steps | optimal? | avg time |
|---|