Search:

Type: Posts; User: mingming8888

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    1,295

    Re: Something wrong with array

    The file contains:
    1 2 50
    1 3 60
    1 4 70
    2 3 80
    2 4 40
    3 4 60
  2. Replies
    2
    Views
    1,295

    Something wrong with array

    import java.io.*;
    public class Prim {
    public static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));

    ....

    public static tempEdge [] tedges;
    ....

    ...
Results 1 to 2 of 2