File | Date | Author | Commit |
---|---|---|---|
README.md | 2018-10-21 |
![]() |
[4a7967] Update README.md |
k_almost_primes.py | 2018-12-15 |
![]() |
[5f7c70] Add files via upload |
simple k-almost prime numbers factorization analysis in Python 3
"A natural number is called k-almost prime if it has exactly k prime factors, counted with multiplicity." (https://en.wikipedia.org/wiki/Almost_prime)
The code was published here: (https://rosettacode.org/wiki/Almost_prime#Python)