We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c1969ef + 7e6ffb8 commit bba9e0bCopy full SHA for bba9e0b
1 file changed
README.md
@@ -54,9 +54,9 @@ Lesson 10 Prime and composite numbers [PDF](https://github.com/Mickey0521/Codili
54
- [Peaks](https://github.com/Mickey0521/Codility-Python/blob/master/Peaks.py) (respectable)
55
- Flags (respectable)
56
57
-Lesson 11 Sieve of Eratosthenes (Coming Soon ...)
58
-- CountSemiprimes
59
-- CountNonDivisible (respectable)
+Lesson 11 Sieve of Eratosthenes [PDF](https://github.com/Mickey0521/Codility-Python/blob/master/11-Sieve_cckao.pdf)
+- [CountSemiprimes](https://github.com/Mickey0521/Codility-Python/blob/master/CountSemiprimes_high_performance.py)
+- [CountNonDivisible (respectable)](https://github.com/Mickey0521/Codility-Python/blob/master/CountNonDivisible.py)
60
61
Lesson 12 Euclidean algorithm (Coming Soon ...)
62
- ChocolatesByNumbers
0 commit comments