第32402题 单选题
已知某无向图的邻接表存储如下,从顶点V0出发进行深度优先遍历,下列不可能得到的遍历序列是?

顶点V0的邻接点为V1、V2;顶点V1的邻接点为V0、V3、V4;顶点V2的邻接点为V0、V4;顶点V3的邻接点为V1;顶点V4的邻接点为V1、V2。

{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析