用下列4种排序方法,对一个已排好序(由小到大)的序列进行由小到大排序时,选择( )方法最好。A.冒泡排序B.直接选择排序C.直接插入排序D.归并排序
用下列4种排序方法,对一个已排好序(由小到大)的序列进行由小到大排序时,选择( )方法最好。
A.冒泡排序
B.直接选择排序
C.直接插入排序
D.归并排序
相关考题:
用某排序方法对一个关键码序列进行递增排序时,对于其中关键码相同的元素,若该方法可保证在排序前后这些元素的相对位置不变,则称该排序方法是稳定的。以下关于排序方法稳定性的叙述中,正确的是( )。A.冒泡排序和简单选择排序都是稳定的排序方法B.冒泡排序是稳定的排序方法,简单选择排序不是C.简单选择排序是稳定的排序方法,冒泡排序不是D.冒泡排序和简单选择排序都不是稳定的排序方法
对于排序算法特性的叙述正确的是() (多选) Which of these statements about the features of sorting methods is correct? (multi-choice)A.冒泡排序不需要访问那些已排好序的记录 Bubble sorting does not need to visit the records that are in order.#B.shell排序过程中,当对确定规模的这些小序列进行插入排序时,要访问序列中的所有记录 In shell sorting, when do the insertion sorting for small sequence with determined scale, all records are visited.#C.选择排序需要访问那些已排好序的记录 In selection sorting, those in order should be visited.#D.快速排序过程中,递归树上根据深度划分的每个层次都要访问序列中的所有记录 In quick sorting, in each level of the recursion tree divided