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

14 lines
519 B
C

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