22 若使用插入排序法(Insertion Sort)對 n 個數字由小到大進行排序,則在最差的情況下(Worst Case),時間複雜度為何? (A) O(1) (B) O(n) (C) O(n log n) (D) O(n2)