JY-Sun-K

Results 1 issues of JY-Sun-K

dag: A->B->C ``` func (g *Graph) DFS(edgeType string, rootNode Path, fn func(nodePath Node) bool) { ... stack := driver.NewInMemStack() ... stack.Range(func(element interface{}) bool { .... } stack.Range uses the pop...