第31100题 单选题
对初始序列[5, 3, 4, 1, 2]进行升序直接插入排序,执行完第二趟排序后的结果是以下哪一项?

注:直接插入排序初始有序区为序列第一个元素,第k趟负责将序列中第k+1个元素插入到前面k个元素组成的有序区的合适位置。

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