selection-sort

    5Hitze

    2Antwort

    Okay, ich habe diesen Code unter Verwendung einer Auswahl Art auf ganze Zahlen zu tun: public void selectSort(int [] arr) { //pos_min is short for position of min int pos_min,temp; fo

    5Hitze

    2Antwort

    Ich versuche diese Sortierung von hoch nach niedrig zu schreiben und bin mir nicht sicher, wie das geht. Ich bin ziemlich neu beim Sortieren von Algorithmen. public void selectionSort(String[ ] data){