// sl-4-BA-Inf2: Sortierverfahren #include "sortieren.h" #include #include using namespace std; int tosort[] = {5,8,2,1,4,9,2,6,7,6,8,3}; const int size = sizeof(tosort)/sizeof(tosort[0]); void ausgabe(int a[], const int size) { for(int i=0;i