Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    5
    Views
    2,333

    [SOLVED] Re: sorting only 1 column of 2D array

    When I execute this code:

    double[][] dist = new double[][] {{2.5, 3.6, 0.7, 0.01},{0.85, 1.32, 0.20, 0.992}};
    System.out.println("B="+Arrays.deepToString(dist));
    for (int...
  2. Replies
    5
    Views
    2,333

    [SOLVED] Re: sorting only 1 column of 2D array

    Can you post the definition of an array to sort as java code for testing?
Results 1 to 2 of 2