18. A sorting algorithm is stable if two objects with equal keys appear in the same order in sorted output as they appear in the
input array to be sorted. Among the following five sorting algorithms, which is an “UNSTABLE” sorting algorithm?
(A) Bubble Sort
(B) Heap Sort
(C) Merge Sort
(D) Radix Sort
(E) Insertion Sort