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 Addition #142

Closed krypticmouse closed 3 years ago

krypticmouse commented 3 years ago

Is your feature request related to a problem? Please describe. I would like to add Sieve of Eratosthenes under the algorithm folder.

Describe the solution you'd like Implementing Sieve of Eratosthenes with its application.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

Abhijit2505 commented 3 years ago

@krypticmouse get started.