Graph Traversal

Home > Mathematics > Applied Mathematics > Graph Theory > Graph Traversal

Graph traversal is the process of visiting all the nodes of a graph. It includes popular algorithms such as Breadth-First Search (BFS) and Depth-First Search (DFS).