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
@@ -121,7 +121,7 @@ The exercises of this section focus on creating a Python function according to a
121
121
122
122
[**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/).
123
123
124
-
[**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/).
124
+
[**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/).
125
125
126
126
[**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).
127
127
@@ -138,4 +138,4 @@ All the software has been released with an [ISC License](https://opensource.org/
138
138
139
139
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).
140
140
141
-
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.
141
+
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