mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-27 22:43:30 +08:00

* feat: Add square free integer implementation Closes #3402 * test: Add unit tests for square free integer Closes #3402 * fix: Fix failing build Changed static import for assertEquals() Closes #3402