An open API service indexing awesome lists of open source software.

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

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