Skip to content

Two identical algorithms exist #363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
YooSeonjae opened this issue Dec 17, 2017 · 1 comment
Closed

Two identical algorithms exist #363

YooSeonjae opened this issue Dec 17, 2017 · 1 comment

Comments

@YooSeonjae
Copy link
Contributor

https://github.com/TheAlgorithms/Java/blob/master/Others/FindingPrimes.java
https://github.com/TheAlgorithms/Java/blob/master/Others/SieveOfEratosthenes.java

Both algorithms used the SieveOfEratosthenes algorithm as a way to find decimals.

varunu28 added a commit that referenced this issue Dec 17, 2017
@varunu28
Copy link
Contributor

Removed the first one. closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants