sr6033 / dataStructure-Algorithms

Implementations of various data structures and algorithms using C/C++, Python & Java.
https://sr6033.github.io/dataStructure-Algorithms/
MIT License
7 stars 14 forks source link

Added Sieve of Eratosthenes #7

Closed bluez-sh closed 6 years ago

sr6033 commented 6 years ago

Add the problem statement at the top of the program using comment.

bluez-sh commented 6 years ago

Okay.

bluez-sh commented 6 years ago

@sr6033 I added the problem statement.