Challenge: Implement Insertion Sort

Insertion sort loops over items in the array, inserting each new item into the subarray before the new item.

Write insertion sort, making use of the insert function that was written in the previous challenge.

Create a free account to access the full course.

By signing up, you agree to Educative's Terms of Service and Privacy Policy