Insertion Sort.
It's easier to remember how to program than quick sort and it's stable (it keeps the previous order for same value data)
Insertion Sort.
It's easier to remember how to program than quick sort and it's stable (it keeps the previous order for same value data)