1.

_________is efficient for data sets which are already substantially sorted. The time complexity is O(n + d), where d is the number of inversions.

A. Insertion sort
B. Sorted array
C. Unsorted array
D. None of the above
Answer» B. Sorted array


Discussion

No Comment Found