Skip to content

Commit 3fef711

Browse files
authored
Merge pull request #2 from while0pass/patch-1
Fix copy-paste typo
2 parents e5cac66 + 432634d commit 3fef711

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
@@ -133,7 +133,7 @@ The exercises of this section focus on creating a Python function according to a
133133

134134
[**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/).
135135

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

138138
[**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).
139139

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

153153
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).
154154

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

Comments
 (0)