org.ddogleg.sorting
Class TestQuickSelect
- java.lang.Object
-
- org.ddogleg.sorting.TestQuickSelect
-
public class TestQuickSelect extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description TestQuickSelect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidtestWithQuickSort_F64()Creates a random array then sorts it.voidtestWithQuickSort_I32()voidtestWithQuickSort_I64()voidtestWithQuickSort()Creates a random array then sorts it.voidtestWithQuickSortIndex_F64()Creates a random array then sorts it.voidtestWithQuickSortIndex_I32()voidtestWithQuickSortIndex_I64()voidtestWithQuickSortIndex()
-
-
-
Method Detail
-
testWithQuickSort
public void testWithQuickSort()
Creates a random array then sorts it. It then requests that the specified element be found and compares it against the sorted array.
-
testWithQuickSortIndex
public void testWithQuickSortIndex()
-
testWithQuickSort_F64
public void testWithQuickSort_F64()
Creates a random array then sorts it. It then requests that the specified element be found and compares it against the sorted array.
-
testWithQuickSort_I32
public void testWithQuickSort_I32()
-
testWithQuickSort_I64
public void testWithQuickSort_I64()
-
testWithQuickSortIndex_F64
public void testWithQuickSortIndex_F64()
Creates a random array then sorts it. It then requests that the specified element be found and compares it against the sorted array.
-
testWithQuickSortIndex_I32
public void testWithQuickSortIndex_I32()
-
testWithQuickSortIndex_I64
public void testWithQuickSortIndex_I64()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG