23-timed-sorting-3/merge_sort.c
github-classroom[bot] 5fffa66d6c
Initial commit
2025-04-28 22:09:20 +00:00

13 lines
No EOL
518 B
C

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