24-timed-sorting-4/bubble_sort.c
github-classroom[bot] b4c0b22597
Initial commit
2025-04-28 22:11:20 +00:00

14 lines
520 B
C

/*-----------------------------------------------------------------------------
* HTBLA-Leonding
*-----------------------------------------------------------------------------
* Exercise Number: S07
* Title: Bubble sort implementation
* Author: */<your name>;/*
*-----------------------------------------------------------------------------
* Description:
* Implements the bubble sort algorithm
*-----------------------------------------------------------------------------
*/
#include "bubble_sort.h"