Package it.unimi.di.prog2.s09


package it.unimi.di.prog2.s09
Soluzioni relative agli esercizi della lezione 09, per maggiori dettagli si veda il diario del corso.
  • Class
    Description
    Polys are immutable polynomials with integer coefficients.
    A class to test some methods of Poly.
    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 non-zero term of the polynomial.
    A class to test some methods of SparsePoly.