A.O(n) B.O(1) C.O(K) D.O(log(n))
A.最壞O(n),最好O(1) B.O(n) C.最壞O(n),平均O(1) D.O(1)
A.O(log(n)) B.O(n) C.O(n*n) D.O(1)