Multiple Choice
Big O notation is concerned with the growth rate of algorithm run times,so ________.
A) constants are dominant
B) constants are ignored
C) constant terms are emphasized
D) constants with large values are more important than those with low values
Correct Answer:

Verified
Correct Answer:
Verified
Q3: Which of the following statements is true?<br>A)
Q7: What is the efficiency of selection sort?<br>A)O(n2).<br>B)O(n
Q8: What is the term used for binary
Q9: What does the first pass of selection
Q10: A searching algorithm that's O(1)_.<br>A)requires one comparison<br>B)does
Q14: How many comparisons will the linear search
Q15: The linear search algorithm runs in _time.<br>A)quadratic<br>B)O(n)<br>C)constant<br>D)nonlinear
Q16: Big O highlights _ factors and ignores
Q17: Using a binary search, what is the
Q19: Different sorting algorithms on a particular array