Why is insertion sort preferred over other sorting algorithms (like selection sort, bubble sort etc.) for introsort implementation?
(a) Because insertion sort is faster and adaptive
(b) Because insertion sort requires less space
(c) Because insertion sort is easy to implement
(d) Because insertion sort is easy to understand
This question was posed to me in an online interview.
This key question is from Sorting in section Sorting of Data Structures & Algorithms II