Class SelectionSort

java.lang.Object
  extended by SelectionSort

public class SelectionSort
extends java.lang.Object


Constructor Summary
SelectionSort()
           
 
Method Summary
static void sort(int[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionSort

public SelectionSort()
Method Detail

sort

public static void sort(int[] a)