de.hska.info1.sortieren
Class DirekteAuswahl

java.lang.Object
  extended by de.hska.info1.sortieren.DirekteAuswahl
All Implemented Interfaces:
Sortieren

public class DirekteAuswahl
extends java.lang.Object
implements Sortieren

Sortieren durch direkte Auswahl.

Author:
pape

Constructor Summary
DirekteAuswahl()
           
 
Method Summary
 void sortieren(int[] a)
          Sortiert mit Sortieren durch direkte Auswahl.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirekteAuswahl

public DirekteAuswahl()
Method Detail

sortieren

public void sortieren(int[] a)
Sortiert mit Sortieren durch direkte Auswahl. Hat in jedem Fall einen Zeitaufwand von O(n*n).

Specified by:
sortieren in interface Sortieren


Prof. Dr. Pape