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