Graph Explorer ← DS320 Home GitHub

Graph Explorer

Load Graph

Sample graphs are generated randomly each time. For best performance, graphs under ~1000 nodes render smoothly.

Graph type:
No graph loaded. Drag to pan, scroll to zoom.

Shortest Path

Select two vertices and run an algorithm to find the shortest path between them.

DFS Forest

Run DFS from a starting node. Produces a tree of all reachable nodes with parent and descendant relationships.