Package it.unimi.di.prog2.s12
package it.unimi.di.prog2.s12
Soluzioni relative agli esercizi della lezione 12, per maggiori dettagli si veda il diario del corso.
-
ClassesClassDescriptionA queue is a mutable data structure that provides access to its elements in first-in/first-out order.A class to exercise a
BoundedIntQueue.A rational number is an immutable number that can be expressed as the quotient or fraction \( p/q \) of twoints, a numerator \( p \) and a non-zero denominator \( q \).A class to exercise aRationalNumber.A class to exercise some methods ofStringToIntMap.