From 07a5f5cf48f4c9439d4e2c535ef2261ea4ca4cfc Mon Sep 17 00:00:00 2001 From: Muhammed Mustafa Date: Sat, 4 Jun 2022 08:27:30 +0200 Subject: [PATCH] fix(curriculum): external stooge sort link in CIP (#46303) --- .../rosetta-code/sorting-algorithms-stooge-sort.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: