public class SortAscendingQuintupleVectors extends Object
Constructor and Description |
---|
SortAscendingQuintupleVectors() |
Modifier and Type | Method and Description |
---|---|
static void |
sort(int[] a,
int[] u,
int[] e,
int[] o,
int[] f)
Sorts the five vectors with respect to the
ascending order of the first one.
|
public static void sort(int[] a, int[] u, int[] e, int[] o, int[] f)
a
- the first vector to sort.u
- the second vector to sort.e
- the third vector to sort.o
- the fourth vector to sort.f
- the fifth vector to sort.Terrier 4.0. Copyright © 2004-2014 University of Glasgow