Package algs11
Class MyArrayFunctions
java.lang.Object
algs11.MyArrayFunctions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic doublemax(double[] a) static doublemaxI(double[] a) static double[]plusOne(double[] a) static double[]plusOneI(double[] a) static voidreverse(double[] a) static voidreverseI(double[] a) static voidtest(double[] a) static voidtestI(double[] a)
-
Constructor Details
-
MyArrayFunctions
public MyArrayFunctions()
-
-
Method Details
-
max
-
maxI
-
plusOne
-
plusOneI
-
reverse
-
reverseI
-
test
-
testI
-
main
-