Skip to content

Commit 432634d

Browse files
authored
Fix copy-paste typo
1 parent e89985f commit 432634d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The exercises of this section focus on creating a Python function according to a
121121

122122
[**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/).
123123

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/).
125125

126126
[**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).
127127

@@ -138,4 +138,4 @@ All the software has been released with an [ISC License](https://opensource.org/
138138

139139
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).
140140

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

Comments
 (0)