Changeset 71 for collected/trunk
- Timestamp:
- 03/25/08 20:53:59 (10 months ago)
- Location:
- collected/trunk/java-dsu
- Files:
-
- 1 added
- 1 removed
- 1 modified
-
dyssy08a.txt (deleted)
-
dyssy10.txt (added)
-
src/com/bitstructures/DSUExample2.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
collected/trunk/java-dsu/src/com/bitstructures/DSUExample2.java
r70 r71 72 72 73 73 public static void main(String[] args) throws IOException { 74 dsu( "dyssy08a.txt");75 withComparator( "dyssy08a.txt");74 dsu(args[0]); 75 withComparator(args[0]); 76 76 } 77 77 }
