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

The non-recursive depth-first traversal algorithm of the graph i

Luz5年前 (2021-05-10)题库861
The non-recursive depth-first traversal algorithm of the graph is usually implemented by a queue, and the non-recursive breadth-first traversal algorithm usually adopts a stack implementation. ~@[](2)

答案:FALSE