Which sorting algorithm makes use of Insertion Sort's best case behavior?

Shellsort
  • Heapsort
  • Radix Sort
  • Mergesort

Which algorithm works by performing a series of Insertion Sorts on carefully selected sublists?