- Implementation of 3 prime generation algorithms.
- Performance Visualization
Languages: Python
Libraries: NumPy
The program can be used to generate primes using three different algorithms upto N. It records time and memory usage and graphs them accordingly. To use this program requires you to have Python 3+ installed and an IDE capable of running .py files.
- Clone repository github. git clone https://github.com/phlane/prime-generation-comparison
- Run the project: python primeGen.py
- Performance graphs will be generated and are accessible through the project directory.