Multiple Choice
The linear search is adequate for searching through ________ arrays, but not through ________ ones.
A) int, double
B) char, string
C) ascending, descending
D) small, large
E) any regular, vector
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: When searching for an item in an
Q14: Bubble sort and selection sort can also
Q15: When sorting an array of objects, if
Q16: A sorting algorithm can be used to
Q17: We can estimate the _ of an
Q19: We can measure the complexity of an
Q20: A(n) _ algorithm arranges data into some
Q21: A binary search begins by examining the
Q22: If algorithm A requires 2n + 1
Q23: The _ sort usually performs more exchanges