mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-28 23:15:17 +08:00

* tests: add tests for SieveOfEratosthenes * feat: throw for inputs <= 0 * refactor: simplify logic in SieveOfEratosthenes.findPrimesTill * refactor: make SieveOfEratosthenes a utility class * docs: update docs, fix typo