mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
fix(curriculum): external stooge sort link in CIP (#46303)
This commit is contained in:
parent
9623cd7b46
commit
07a5f5cf48
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user