add sortings
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user