Skip to content

Basic containerized flask application to calculate odd, even, and prime numbers up to 0<N<25m in low time complexity.

Notifications You must be signed in to change notification settings

schaubey1/Flask-Number-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Number-Application

Basic containerized flask application to calculate odd, even, and prime numbers up to N. Primes up to N may be calculated up to 25,000,000 currently.

Utilized Seive of Eratosthenes:

Arguements:

http:[FLASK IP ADDRESS]/[PORT]/arguement/option Arguement:

  • Arguements should be numbers 0<N<25,000,000. Options: -even,odd,prime

Dependencies:

  • Flask (Any version)
  • Python (3.x or higher)
  • Docker (Most recent)

How to run the application locally:

  • python numbersmart.py

About

Basic containerized flask application to calculate odd, even, and prime numbers up to 0<N<25m in low time complexity.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published