mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 04:00:12 -04:00
fix(curriculum): external stooge sort link in CIP (#46303)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user