120 likes | 322 Vues
What is Traversal. Graph traversal , a process to retrace arcs so that each node of the graph is visited.Recall in Section 5.2, We have several tree traversal algorithmsTwo general traversal methodsDepth first searchBreadth first searchApplication of traversalSolve the path questions about a g
E N D