Which of the following statements is TRUE according to the report?
A. It is hard to explain why some fishes contain mercury.
B. The mercury level in tuna can be 300 times higher than that of other fish.
C. The consumers are anxious to know the exact mercury level in the fish they buy.
D. A small California grocery chain is the first to adcocate the mercury labeling.
查看答案
连续曲线上凹弧和凸弧的分界点是拐点。
A. 对
B. 错
排序算法的稳定性是指()。
A. 经过排序后,能使值相同的数据保持原顺序中的相对位置不变
B. 经过排序后,能使值相同的数据保持原顺序中的绝对位置不变
C. 经过排序后,数据序列的存放数组的结构保持不变
D. 经过排序后,数据序列的存放数组的结构随之变化
每次直接比较两个元素,若出现逆序排列时就交换它们的位置,此种排序方法是()
A. 堆排序
B. 选择排序
C. 起泡排序
D. 基数排序
快速排序在最坏情况下的时间复杂度是( )
A. O(NlogN)
B. O(N2)
C. O(N3)