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