diff --git a/Uebung 1/Sortiment.cpp b/Uebung 1/Sortiment.cpp index e3d165d..0798fa7 100644 --- a/Uebung 1/Sortiment.cpp +++ b/Uebung 1/Sortiment.cpp @@ -21,8 +21,10 @@ void Sortiment::sort(int modus) { case 3: break; case 4: + insertionSort(this->waren, 1); break; case 5: + insertionSort(this->waren, 0); break; default: std::cout << "Wrong Mode!" << std::endl;