Beispiel #1
0
        private static void SelectionSort()
        {
            var selectionSort = new SelectionSort();

            selectionSort.Run();
        }