Search:

Type: Posts; User: robertm08

Search: Search took 0.36 seconds.

  1. Re: Intersection and Union of Three or more Sets

    I am sorry Jps now i have fixed it sorry for my bad english
  2. Re: Intersection and Union of Three or more Sets

    package SetTheory;

    import java.util.HashSet;
    import java.util.Set;
    import java.util.TreeSet;


    public class test {

    /**
  3. Intersection and Union of Three or more Sets

    I need help i have to write a program to verify if a set is a subset of the other that A intersect B intersect C = A' union B' union C'
    I am new to this forum Thanks in advance
Results 1 to 3 of 3