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