|
(a) Insertion sort is slower than merge sort, but consumes less memory.
(b) Insertion sort is slower than merge sort, and consumes more memory.
(c) Insertion sort is faster than merge sort, but consumes less memory.
(d) Insertion sort is slower than merge sort, and consumes about the same memory.
|