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

14 lines
519 B
C

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