Package algs11

Class MyArrayFunctions

java.lang.Object
algs11.MyArrayFunctions

public class MyArrayFunctions extends Object
  • Constructor Details Link icon

  • Method Details Link icon

    • max Link icon

      public static double max(double[] a)
    • maxI Link icon

      public static double maxI(double[] a)
    • plusOne Link icon

      public static double[] plusOne(double[] a)
    • plusOneI Link icon

      public static double[] plusOneI(double[] a)
    • reverse Link icon

      public static void reverse(double[] a)
    • reverseI Link icon

      public static void reverseI(double[] a)
    • test Link icon

      public static void test(double[] a)
    • testI Link icon

      public static void testI(double[] a)
    • main Link icon

      public static void main(String[] args)