22-timed-sorting-2/bubble_sort.c
2025-05-07 16:41:09 +02:00

14 lines
516 B
C

/*-----------------------------------------------------------------------------
* HTBLA-Leonding
*-----------------------------------------------------------------------------
* Exercise Number: S05
* Title: Bubble sort implementation
* Author: Marc Tismonar
*-----------------------------------------------------------------------------
* Description:
* Implements the bubble sort strategy
*-----------------------------------------------------------------------------
*/
#include "bubble_sort.h"