https://github.com/kamath/factorizr
A Python algorithm that parses through a SQLite3 Database filled with primes up to 1,000,000 defined through the Sieve of Eratosthenes in order to find the prime factorization of any number up to 999966000289
https://github.com/kamath/factorizr
Last synced: 3 months ago
JSON representation
A Python algorithm that parses through a SQLite3 Database filled with primes up to 1,000,000 defined through the Sieve of Eratosthenes in order to find the prime factorization of any number up to 999966000289
- Host: GitHub
- URL: https://github.com/kamath/factorizr
- Owner: kamath
- Created: 2015-10-08T22:56:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T00:59:17.000Z (over 9 years ago)
- Last Synced: 2024-03-15T01:42:12.547Z (about 1 year ago)
- Language: Python
- Size: 4.44 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Factorizr
A Python algorithm that parses through a SQLite3 Database filled with primes up to 1,000,000 defined through the Sieve of Eratosthenes in order to find the prime factorization of any number up to 999966000289