-->
当前位置:首页 > 题库

判断题:Depth-first search on a graph is a generalization of preorder tr

Luz5年前 (2021-06-19)题库793
Depth-first search on a graph is a generalization of preorder traversal on a tree.  The difference is that when dealing with a graph, we need to avoid cycles.

答案:TRUE