add sortings
This commit is contained in:
parent
d3c013052c
commit
e91a0fcdd7
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue