Package it.unimi.di.prog2.s10
package it.unimi.di.prog2.s10
Soluzioni relative agli esercizi della lezione 10, 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 twoint
s, a numerator \( p \) and a non-zero denominator \( q \).A class to exercise aRationalNumber
.