Depth-First Search vs. Breadth-First Search
Click a node to select it as the starting point. Then, choose an algorithm (DFS or BFS) and press "Start Traversal" to see how it explores the graph. The data structure below the graph shows the order of nodes to be visited.