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