**Description**: Implement prime factorization using Pollard’s Rho. Provide a simple CLI wrapper to test. **DoD**: - `bazel test //tests:factor_test` passes with multiple cases. - Handles small and large inputs.
Description: Implement prime factorization using Pollard’s Rho. Provide a simple CLI wrapper to test.
DoD:
bazel test //tests:factor_testpasses with multiple cases.