We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203660f commit 445982eCopy full SHA for 445982e
1 file changed
README.md
@@ -76,9 +76,9 @@ Lesson 15 Caterpillar method [PDF](https://github.com/Mickey0521/Codility-Python
76
- [CountTriangles](https://github.com/Mickey0521/Codility-Python/blob/master/CountTriangles.py)
77
- MinAbsSumOfTwo (respectable)
78
79
-Lesson 16 Greedy algorithms (Coming Soon ...)
80
-- MaxNonoverlappingSegments
81
-- TieRopes
+Lesson 16 Greedy algorithms [PDF](https://github.com/Mickey0521/Codility-Python/blob/master/16-GreedyAlgorithms_cckao.pdf)
+- [MaxNonoverlappingSegments](https://github.com/Mickey0521/Codility-Python/blob/master/MaxNonoverlappingSegments.py)
+- [TieRopes](https://github.com/Mickey0521/Codility-Python/blob/master/TieRopes.py)
82
83
Lesson 17 Dynamic programming (Coming Soon ...)
84
- NumberSolitaire (respectable)
0 commit comments