You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ The exercises of this section focus on creating a Python function according to a
133
133
134
134
[**IDEA instructions: merge sort**](material/merge-sort.pdf): A nonverbal definition of the merge sort algorithm, created by Sándor P. Fekete and Sebastian Morr. It is also available in the [IDEA website](https://idea-instructions.com/merge-sort/).
135
135
136
-
[**IDEA instructions: quick sort**](material/merge-sort.pdf): A nonverbal definition of the quick sort algorithm, created by Sándor P. Fekete and Sebastian Morr. It is also available in the [IDEA website](https://idea-instructions.com/quick-sort/).
136
+
[**IDEA instructions: quick sort**](material/quick-sort.pdf): A nonverbal definition of the quick sort algorithm, created by Sándor P. Fekete and Sebastian Morr. It is also available in the [IDEA website](https://idea-instructions.com/quick-sort/).
137
137
138
138
[**Computer Science - Khan Academy**](https://www.khanacademy.org/computing/computer-science): a collection of videos and material introducing several Computer Science concepts, including an entire section on [algorithms](https://www.khanacademy.org/computing/computer-science/algorithms).
139
139
@@ -152,4 +152,4 @@ All the software has been released with an [ISC License](https://opensource.org/
152
152
153
153
All the data are released under a [CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication](https://creativecommons.org/publicdomain/zero/1.0/legalcode).
154
154
155
-
The licenses mentioned above apply to all the entities unless otherwise specified. More information about the licenses are available on the [GitHub repository](https://github.com/comp-think/comp-think.github.io/blob/master/LICENSE.md) of the book.
155
+
The licenses mentioned above apply to all the entities unless otherwise specified. More information about the licenses are available on the [GitHub repository](https://github.com/comp-think/comp-think.github.io/blob/master/LICENSE.md) of the book.
0 commit comments