学堂在线数据结构(上)(2023春)邓俊辉 课后作业错题整理

  1. The reverse number of a sequence is defined as the total number of reversed pairs in the sequence, and the total number of element comparisons performed by the insertion sort in the list of size n is:

一个序列的逆序数定义为该序列中的逆序对总数,规模为n的列表中插入排序进行的元素比较总次数为:
学堂在线数据结构(上)(2023春)邓俊辉 课后作业错题整理_第1张图片
答案:1B

  1. For ordered subsequences (set their length to k) during insertion sorting.
    对于插入排序过程中的已排序子序列(设其长度为k):
    学堂在线数据结构(上)(2023春)邓俊辉 课后作业错题整理_第2张图片

答案:2C

你可能感兴趣的:(算法,数据结构)