Package it.unimi.di.prog2.h10


package it.unimi.di.prog2.h10
Codice relativo alla lezione 10 per maggiori dettagli si veda il diario del corso.
  • Class
    Description
    IntSets are mutable, unbounded sets of integers.
     
    Polys are immutable polynomials with integer coefficients.
     
    SparsePolys are immutable polynomials with integer coefficients such that the number of nonzero coefficient is small with respect to the degree.
    A record holding a term of the polynomial.