28. What are the CORRECT intermediate steps of the data set 25,30,20,28 when it is being sorted with the Insertion Sort?
(A) 25,20,30,28 → 25,20,28,30 → 20,25,28,30
(B) 20,30,25,28 → 20,25,30,28 → 20,25,28,30
(C) 20,30,25,28 → 20,28,25,30 → 20,25,28,30
(D) 25,28,20,30 → 20,28,25,30 → 20,25,28,30
(E) 25,30,20,28 → 20,25,30,28 → 20,25,28,30

答案:登入後查看
統計: A(0), B(1), C(0), D(0), E(2) #3808135