| Package | Description |
|---|---|
| it.unimi.dsi.fastutil |
| Modifier and Type | Method and Description |
|---|---|
static void |
BigArrays.mergeSort(long from,
long to,
LongComparator comp,
BigSwapper swapper)
Sorts the specified range of elements using the specified big swapper and according to the order induced by the specified
comparator using mergesort.
|
static void |
BigArrays.quickSort(long from,
long to,
LongComparator comp,
BigSwapper swapper)
Sorts the specified range of elements using the specified big swapper and according to the order induced by the specified
comparator using quicksort.
|
Copyright © 2013. All Rights Reserved.