mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): specify no argument for Merge Sort Algorithm (#61780)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ dashedName: step-6
|
||||
|
||||
Now that you've divided the `array` list into two separate lists, you'll keep dividing each list until every element stands alone in its own list. A list with a single number is always sorted.
|
||||
|
||||
To do that, recursively call `merge_sort` inside your function.
|
||||
To do that, recursively call `merge_sort` inside your function. Do not pass in any argument for now.
|
||||
|
||||
# --hints--
|
||||
|
||||
|
||||
Reference in New Issue
Block a user