algorithm: Square free integer (#3760)

* 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
This commit is contained in:
Akshay Dubey
2022-11-07 14:31:44 +05:30
committed by GitHub
parent 58cf08f2fd
commit b75dce17c3
2 changed files with 107 additions and 0 deletions

File diff suppressed because one or more lines are too long