1.

Linear search is highly inefficient compared to binary search when dealing with:

A. Small, unsorted arrays
B. Small, sorted arrays
C. Large, unsorted arrays
D. Large, sorted arrays
Answer» E.


Discussion

No Comment Found