Class SelectionSort

java.lang.Object
  |
  +--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, registerNatives, toString, wait, wait, wait
 

Constructor Detail

SelectionSort

public SelectionSort()
Method Detail

sort

public static void sort(int[] a)