diff --git a/Sortieralgorithmen/SelectionSort.cpp b/Sortieralgorithmen/SelectionSort.cpp index 7f770ce..14e4611 100644 --- a/Sortieralgorithmen/SelectionSort.cpp +++ b/Sortieralgorithmen/SelectionSort.cpp @@ -26,12 +26,12 @@ int main() std::cout << "\n"; for(unsigned short idx =0; idx