22-timed-sorting-2/insertion_sort.c
github-classroom[bot] 607b5c2510
Initial commit
2025-04-28 22:07:49 +00:00

13 lines
No EOL
526 B
C

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