add sortings

This commit is contained in:
Samuel Oberhofer 2022-05-23 22:07:45 +02:00
parent d3c013052c
commit e91a0fcdd7
1 changed files with 2 additions and 0 deletions

View File

@ -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;