fix(curriculum): external stooge sort link in CIP (#46303)

This commit is contained in:
Muhammed Mustafa
2022-06-04 08:27:30 +02:00
committed by GitHub
parent 9623cd7b46
commit 07a5f5cf48

View File

@@ -8,7 +8,7 @@ dashedName: sorting-algorithmsstooge-sort
# --description--
Write a function to perform [Stooge Sort](<https://en.wikipedia.org/wiki/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: