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