opale.mathtools
Class InsertionSort

java.lang.Object
  |
  +--opale.mathtools.Sort
        |
        +--opale.mathtools.InsertionSort

public final class InsertionSort
extends Sort

Cette classe dérive de la classe Sort et implémente la méthode tri par insertion.


Constructor Summary
InsertionSort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertionSort

public InsertionSort()