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