diff --git a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-stooge-sort.md b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-stooge-sort.md index 04dee734ead..1271e874c70 100644 --- a/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-stooge-sort.md +++ b/curriculum/challenges/english/10-coding-interview-prep/rosetta-code/sorting-algorithms-stooge-sort.md @@ -8,7 +8,7 @@ dashedName: sorting-algorithmsstooge-sort # --description-- -Write a function to perform [Stooge Sort]() on an array of integers. The function should return a sorted array. +Write a function to perform Stooge Sort on an array of integers. The function should return a sorted array. The Stooge Sort algorithm is as follows: