Changeset 71 for collected/trunk

Show
Ignore:
Timestamp:
03/25/08 20:53:59 (10 months ago)
Author:
simon
Message:

Switched Odyssey translation to Samuel Butler.
Made the filename for the DSUExample2 a command line arg.

Location:
collected/trunk/java-dsu
Files:
1 added
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • collected/trunk/java-dsu/src/com/bitstructures/DSUExample2.java

    r70 r71  
    7272 
    7373        public static void main(String[] args) throws IOException { 
    74                 dsu("dyssy08a.txt"); 
    75                 withComparator("dyssy08a.txt"); 
     74                dsu(args[0]); 
     75                withComparator(args[0]); 
    7676        } 
    7777}