- Step 1: Click on the graph area to enable interaction (border will appear).
- Step 2: Click on any node to select it as the source node for DFS traversal.
- Step 3: Click the Start button to begin the DFS animation from the selected source node.
- During animation: Click Pause to pause the animation, or Play to resume.
- Speed control: Use the slider to adjust animation speed (Min Speed to Max Speed).
- New Graph: Click to generate a completely new random graph.
- Reset: Click to clear the current traversal and start over with the same graph.
- Tip: You can zoom or reposition the graph by dragging nodes for better visibility.
| Legend: |
Node |
| Source |
| Explored |
| Unvisited |
| Current |
| Traversed |
Edge |
| Not added to DFS Path |
| Added to DFS Path |
Select a node and click on start to start DFS from that node