Page 1 of 1

Why is insertion sort preferred over other sorting algorithms (like selection sort, bubble sort etc.) for introsort impl

Posted: Wed Jul 13, 2022 6:15 pm
by answerhappygod
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