8000 Update sieve-of-eratosthenes.md · cp-algorithms/cp-algorithms@8645e70 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8645e70

Browse files
authored
Update sieve-of-eratosthenes.md
I add 2 problems from leetcode to this article.
1 parent a3fcdf7 commit 8645e70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/algebra/sieve-of-eratosthenes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ However, this algorithm also has its own weaknesses.
254254
255255
## Practice Problems
256256
257+
* [Leetcode - Four Divisors](https://leetcode.com/problems/four-divisors/)
258+
* [Leetcode - Count Primes](https://leetcode.com/problems/count-primes/)
257259
* [SPOJ - Printing Some Primes](http://www.spoj.com/problems/TDPRIMES/)
258260
* [SPOJ - A Conjecture of Paul Erdos](http://www.spoj.com/problems/HS08PAUL/)
259261
* [SPOJ - Primal Fear](http://www.spoj.com/problems/VECTAR8/)

0 commit comments

Comments
 (0)
0