Class InsertionSortCounter
- java.lang.Object
-
- org.jungrapht.visualization.layout.algorithms.util.InsertionSortCounter
-
public class InsertionSortCounter extends Object
InsertionSort counter. Both List and Array versions are provided. For larger sizes (>100), array is faster
-
-
Constructor Summary
Constructors Constructor Description InsertionSortCounter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
insertionSortCounter(int[] array)
static int
insertionSortCounter(List<Integer> list)
-