We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba9e0b commit bfd69e5Copy full SHA for bfd69e5
1 file changed
README.md
@@ -58,8 +58,8 @@ Lesson 11 Sieve of Eratosthenes [PDF](https://github.com/Mickey0521/Codility-Pyt
58
- [CountSemiprimes](https://github.com/Mickey0521/Codility-Python/blob/master/CountSemiprimes_high_performance.py)
59
- [CountNonDivisible (respectable)](https://github.com/Mickey0521/Codility-Python/blob/master/CountNonDivisible.py)
60
61
-Lesson 12 Euclidean algorithm (Coming Soon ...)
62
-- ChocolatesByNumbers
+Lesson 12 Euclidean algorithm [PDF](https://github.com/Mickey0521/Codility-Python/blob/master/12-Gcd_cckao.pdf)
+- [ChocolatesByNumbers](https://github.com/Mickey0521/Codility-Python/blob/master/ChocolatesByNumbers_high_performance.py)
63
- CommonPrimeDivisors (respectable)
64
65
Lesson 13 Fibonacci numbers (Coming Soon ...)
0 commit comments