org.problets.lib
Class Intersection

java.lang.Object
  extended by org.problets.lib.Intersection

public class Intersection
extends java.lang.Object

Given two files A and B, writes into 3 files A - B, A intersect B and B - A.

Author:
Amruth Kumar Date: 1 / 20 / 2008

Constructor Summary
Intersection()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Intersection

public Intersection()
Method Detail

main

public static void main(java.lang.String[] args)