Time Complexity
- In bubble sort, the size of the problem is reduced to n-k after k rounds of sweep & swap.
- For a vector of size n, the optimal time complexity for binary search versions A and B is Θ(1),Θ(log2n).
-
If the distribution of elements in an (ordered) vector satisfies an independent uniform distribution (before sorting), the average time complexity of the interpolation search is:O(loglogn).
-
Merge sort: time O(nlog2n), space O(log2n)
-
无序列表的寻秩访问:O(n)
-
无序列表的查找:O(n)
-
放假啊了
-
附近的啦
-