Multiple Choice
Different sorting algorithms on a particular array produce the same result; the choice of algorithm affects ________ of the program that implements the algorithm.
A) only the run time
B) the run time and the memory use
C) only the memory use
D) neither the run time nor the memory use
Correct Answer:

Verified
Correct Answer:
Verified
Q12: Big O notation is concerned with the
Q13: An O(n) algorithm is referred to as
Q14: How much faster is insertion sort with
Q15: What is the term used for binary
Q16: What is the efficiency of selection sort?<br>A)
Q17: Using a binary search, what is the
Q18: How many comparisons will the linear search
Q20: Which of the following is not a
Q21: Big O notation describes _.<br>A) the amount
Q22: A searching algorithm that's O(1)_.<br>A) requires one