edualgo / eduAlgo

A simple python package having modules of different algorithms to use in educational purposes.
https://edualgo.github.io/documentation/
MIT License
98 stars 54 forks source link

Sieve of Eratosthenes implemented and added under algorithm folder #143

Closed krypticmouse closed 3 years ago

krypticmouse commented 3 years ago

Added Sieve of Eratosthenes Class with hint function for the same. It has getter functions to fetch sieve and prime number list too.