ephremdeme / data-structure-and-algorithms

Implement most data structures and algorithms in different programming languages.
Apache License 2.0
50 stars 145 forks source link

Implement Sieve of Eratosthenes to check whether the number is prime or not #123

Closed Kanhakhatri065 closed 4 years ago

Kanhakhatri065 commented 4 years ago

Asssign this to me. Thank you.

Kanhakhatri065 commented 4 years ago

Hey, @ephremdeme I have created the PR #127 which solve this issue. Please review the PR

ek08 commented 4 years ago

Hey @ephremdeme I have implemented Sieve of Eratosthenes in Java and made a PR #157 in Java