Package algs11
Class MyArrayFunctions
java.lang.Object
algs11.MyArrayFunctions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static double
max
(double[] a) static double
maxI
(double[] a) static double[]
plusOne
(double[] a) static double[]
plusOneI
(double[] a) static void
reverse
(double[] a) static void
reverseI
(double[] a) static void
test
(double[] a) static void
testI
(double[] a)
-
Constructor Details
-
MyArrayFunctions
public MyArrayFunctions()
-
-
Method Details
-
max
-
maxI
-
plusOne
-
plusOneI
-
reverse
-
reverseI
-
test
-
testI
-
main
-