/*----------------------------------------------------------------------------- * HTBLA-Leonding *----------------------------------------------------------------------------- * Exercise Number: S07 * Title: Insertion sort implementation * Author: */;/* *----------------------------------------------------------------------------- * Description: * Implements the insertion sort algorithm *----------------------------------------------------------------------------- */ #include "insertion_sort.h"