Answer:
a. Insertion sort
Explanation:
Insertion Sort is a sorting algorithm that places the input element at its suitable place in each pass.
Insertion sort is based on the idea that one element from the input elements is consumed in each iteration to find its correct position.