Klasse SelectionSort

java.lang.Object
SelectionSort

public class SelectionSort extends Object
Implementierung des SelectionSort-Algorithmus für ein Array von int-Werten.
  • Konstruktordetails

    • SelectionSort

      public SelectionSort()
  • Methodendetails

    • sort

      public static void sort(int[] a)
      Sortierung des int-Arrays a.
      Parameter:
      a - int-Array