14 lines
519 B
C
14 lines
519 B
C
/*-----------------------------------------------------------------------------
|
|
* HTBLA-Leonding
|
|
*-----------------------------------------------------------------------------
|
|
* Exercise Number: S05
|
|
* Title: Bubble sort implementation
|
|
* Author: */<your name>;/*
|
|
*-----------------------------------------------------------------------------
|
|
* Description:
|
|
* Implements the bubble sort strategy
|
|
*-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include "bubble_sort.h"
|
|
|